summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-01-13 10:02:03 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-01-13 10:02:03 +0000
commitecc5aefc05f8ae64ea419b1fe203961e81b2d301 (patch)
tree3791ad3f350aaa506acb3108ec66a23760e948ec /openwrt/target/linux/package
parenta7cbbbd9b512ec12baa509b32d5a33f17a0f2622 (diff)
downloadmtk-20170518-ecc5aefc05f8ae64ea419b1fe203961e81b2d301.zip
mtk-20170518-ecc5aefc05f8ae64ea419b1fe203961e81b2d301.tar.gz
mtk-20170518-ecc5aefc05f8ae64ea419b1fe203961e81b2d301.tar.bz2
clean up kernel modules, remove b44 references, as it's built-in now
SVN-Revision: 2945
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r--openwrt/target/linux/package/hostap/Config.in1
-rw-r--r--openwrt/target/linux/package/madwifi/Config.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/hostap/Config.in b/openwrt/target/linux/package/hostap/Config.in
index 700eb96..e4f7a5c 100644
--- a/openwrt/target/linux/package/hostap/Config.in
+++ b/openwrt/target/linux/package/hostap/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_KMOD_HOSTAP
prompt "kmod-hostap....................... Host AP support for Prism2/2.5/3 IEEE 802.11b"
tristate
+ depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_BRCM
default m if CONFIG_DEVEL
help
A driver for 802.11b wireless cards based on Intersil Prism2/2.5/3
diff --git a/openwrt/target/linux/package/madwifi/Config.in b/openwrt/target/linux/package/madwifi/Config.in
index 70cd2af..b554e67 100644
--- a/openwrt/target/linux/package/madwifi/Config.in
+++ b/openwrt/target/linux/package/madwifi/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_KMOD_MADWIFI
prompt "kmod-madwifi...................... Atheros Wifi driver"
tristate
- default y if BR2_LINUX_2_6_BRCM
+ default y if BR2_LINUX_2_6_BRCM || BR2_LINUX_2_6_ARUBA || BR2_LINUX_2_4_AR531X
default m if CONFIG_DEVEL
default n
help