diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-05 09:01:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-05 09:01:35 +0100 |
commit | adf9acff16bb5e7dfbd3ff11d80e97947dedf1d6 (patch) | |
tree | 7f30f5cab608e2007913270f3ffb421575a43cbd /target/linux/config/Config.in.netdevice | |
parent | cb3f115bc6bb2cb494cc10375c247859bd5d6c30 (diff) |
remove crappy realtek driver included in the raspberry patch by accident, add linux included driver
Diffstat (limited to 'target/linux/config/Config.in.netdevice')
-rw-r--r-- | target/linux/config/Config.in.netdevice | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index 9ee0511fc..cdd602cd7 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -323,6 +323,9 @@ config ADK_KPACKAGE_KMOD_RT2X00_LIB_USB config ADK_KPACKAGE_KMOD_RT2X00_LIB_PCI tristate +config ADK_KERNEL_RTL_CARDS + boolean + config ADK_KERNEL_RT2X00 boolean select ADK_KPACKAGE_KMOD_RT2X00 @@ -504,9 +507,10 @@ config ADK_KPACKAGE_KMOD_RT2800USB config ADK_KPACKAGE_KMOD_RTL8192CU prompt "kmod-rtl8192cu............... Realtek RTL8192CU USB" tristate + select ADK_KERNEL_RTL_CARDS select ADK_KPACKAGE_KMOD_MAC80211 - select ADK_KERNEL_CFG80211_WEXT - select ADK_KERNEL_WIRELESS_EXT + select ADK_KPACKAGE_KMOD_FW_LOADER + select ADK_PACKAGE_REALTEK_FIRMWARE depends on ADK_PACKAGE_KMOD_USB_CONTROLLER default n help |