Skip to content

Commit

Permalink
fix firmware cross check for RTL8821AE thanks to bigpup
Browse files Browse the repository at this point in the history
  • Loading branch information
01micko committed May 19, 2017
1 parent abda4f3 commit 6babcb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel-kit/fw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ process_driver() {
I915) DRIVER='DRM_I915=' ;;
KEYSPAN) DRIVER='SERIAL_KEYSPAN=';;
LIBERTAS) DRIVER=LIBERTAS_USB ;;
RTL8821AE)DRIVER=8821AE ;;
MWIFIEX) DRIVER=MWIFIEX_USB ;;
MWLWIFI) DRIVER='CONFIG_MAC80211';; #see WHENCE, .config
esac
Expand Down

0 comments on commit 6babcb3

Please sign in to comment.