Skip to content

Commit

Permalink
Merge pull request #3 from troygnichols/net-drivers
Browse files Browse the repository at this point in the history
Modularize network drivers
  • Loading branch information
dhanson358 authored Jun 23, 2017
2 parents 26ac12a + 6a0e0c6 commit 7c37ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.39
0.0.40
5 changes: 4 additions & 1 deletion linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ CONFIG_RT2800USB_RT53XX=y
CONFIG_RT2800USB_RT55XX=y
CONFIG_RT2800USB_UNKNOWN=y
CONFIG_RTL8187=y
CONFIG_RTL8192CU=y
CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
CONFIG_RTLWIFI_USB=m
CONFIG_RTL8192C_COMMON=m
CONFIG_RTL8XXXU=y
CONFIG_RTL8XXXU_UNTESTED=y
# CONFIG_WLAN_VENDOR_RSI is not set
Expand Down

0 comments on commit 7c37ebc

Please sign in to comment.