Skip to content

Instantly share code, notes, and snippets.

@collincusce
Created January 6, 2020 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collincusce/150f5bfad52084f987a2a05f0bfb7299 to your computer and use it in GitHub Desktop.
Save collincusce/150f5bfad52084f987a2a05f0bfb7299 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /home/ccusce/backport-iwlwifi/
make defconfig-iwlwifi-public
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
make -j4
sudo make install
sudo modprobe iwlwifi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment