clean up kernel modules, remove b44 references, as it's built-in now

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2945 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Imre Kaloz
2006-01-13 10:02:03 +00:00
parent 26a9bbb800
commit 4db2d27636
9 changed files with 12 additions and 33 deletions

View File

@@ -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

View File

@@ -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