From ecc5aefc05f8ae64ea419b1fe203961e81b2d301 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 13 Jan 2006 10:02:03 +0000 Subject: clean up kernel modules, remove b44 references, as it's built-in now SVN-Revision: 2945 --- openwrt/target/linux/package/hostap/Config.in | 1 + openwrt/target/linux/package/madwifi/Config.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'openwrt/target/linux/package') 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 -- cgit v1.1