diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-13 11:27:06 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-13 11:27:06 +0000 |
commit | e13455d72418a1369b162ca0b4444ba6790336cb (patch) | |
tree | de058c20cee3ec6025ca7d0ca42a1df9f057dde6 /target/linux/package/bcm43xx-standalone/Config.in | |
parent | 4b1682dd66f82e3c531c607f8fba511b14879ede (diff) |
update to a newer snapshot and m. buesch snapshots
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3358 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/bcm43xx-standalone/Config.in')
-rw-r--r-- | target/linux/package/bcm43xx-standalone/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/package/bcm43xx-standalone/Config.in b/target/linux/package/bcm43xx-standalone/Config.in new file mode 100644 index 0000000000..4f9382bfad --- /dev/null +++ b/target/linux/package/bcm43xx-standalone/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_KMOD_BCM43XX_STANDALONE + prompt "kmod-bcm43xx-standalone............... Free Broadcom 43xx wireless driver (devicescape stack)" + tristate + depends BR2_LINUX_2_6_BRCM + select BR2_PACKAGE_KMOD_IEEE80211_DSCAPE + default m if CONFIG_DEVEL + default n + help + Free driver for the Broadcom 43xx wireless chipset + This driver uses the DeviceScape 802.11 stack + + http://bcm43xx.berlios.de + |