diff options
author | Mike Albon <malbon@openwrt.org> | 2006-08-25 20:17:28 +0000 |
---|---|---|
committer | Mike Albon <malbon@openwrt.org> | 2006-08-25 20:17:28 +0000 |
commit | 13eef022bd62bc990528bdf61a705d1c96a27f11 (patch) | |
tree | 553f009182aea0a2ee617e80d432d07332332e57 /target/linux/au1000-2.6 | |
parent | 23fdffb778a4c910a10584169086c6470e72481c (diff) | |
download | upstream-13eef022bd62bc990528bdf61a705d1c96a27f11.tar.gz upstream-13eef022bd62bc990528bdf61a705d1c96a27f11.tar.bz2 upstream-13eef022bd62bc990528bdf61a705d1c96a27f11.zip |
Make the build work properly by including Hostap modules.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4671 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000-2.6')
-rw-r--r-- | target/linux/au1000-2.6/config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/au1000-2.6/config b/target/linux/au1000-2.6/config index 9c498efd10..e94f884cb2 100644 --- a/target/linux/au1000-2.6/config +++ b/target/linux/au1000-2.6/config @@ -934,7 +934,12 @@ CONFIG_PCI_ATMEL=m # Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support # CONFIG_PRISM54=m -# CONFIG_HOSTAP is not set +CONFIG_HOSTAP=m +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_PLX=m +CONFIG_HOSTAP_PCI=m +CONFIG_HOSTAP_CS=m CONFIG_BCM43XX=m CONFIG_BCM43XX_DEBUG=y CONFIG_BCM43XX_DMA=y |