diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-14 21:09:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-14 21:09:58 +0100 |
commit | b4d61f0ee3485f89dd8560227c833dc948523ecf (patch) | |
tree | 3b032e4e2c209781fa33886488b41774b49e3f90 /target/linux/config/Config.in.netdevice | |
parent | 3e9ec766c9b289becc53fba5fc57eb20723eeab7 (diff) |
consolidate x86/x86_64 support
use hardware profiles, instead of extra target dirs.
fix dependencies.
Diffstat (limited to 'target/linux/config/Config.in.netdevice')
-rw-r--r-- | target/linux/config/Config.in.netdevice | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index ca71d554c..c3a42da09 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -83,6 +83,7 @@ config ADK_KPACKAGE_KMOD_E1000 select ADK_KERNEL_NET_ETHERNET select ADK_KERNEL_NETDEV_1000 tristate + default y if ADK_HARDWARE_IBMX40 default n help This driver supports Intel(R) PRO/1000 gigabit ethernet family of @@ -190,6 +191,7 @@ config ADK_KPACKAGE_KMOD_MAC80211 select ADK_KERNEL_WIRELESS select ADK_KERNEL_WLAN_80211 select ADK_KERNEL_CRC32 + default y if ADK_HARDWARE_IBMX40 default n config ADK_DEBUG_MAC80211 @@ -209,6 +211,7 @@ config ADK_KPACKAGE_KMOD_ATH5K select ADK_KERNEL_ATH_COMMON depends on ADK_KPACKAGE_KMOD_MAC80211 depends on ADK_TARGET_WITH_MINIPCI || ADK_TARGET_WITH_PCI + default y if ADK_HARDWARE_IBMX40 default n help Driver for Atheros 5xxx/24xx cards. @@ -309,5 +312,4 @@ config ADK_KERNEL_RT2X00_DEBUG help endmenu - endmenu |