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 | 5d0a90e08fac0f4c8d7aa1e5ff863342f75f240a (patch) | |
tree | 85152bbe146462a1fff4593419e71aaf465fadaa | |
parent | 05e2a0b555c8625cfd90faf9d5670741e28b6a99 (diff) | |
download | mtk-20170518-5d0a90e08fac0f4c8d7aa1e5ff863342f75f240a.zip mtk-20170518-5d0a90e08fac0f4c8d7aa1e5ff863342f75f240a.tar.gz mtk-20170518-5d0a90e08fac0f4c8d7aa1e5ff863342f75f240a.tar.bz2 |
Make the build work properly by including Hostap modules.
SVN-Revision: 4671
-rw-r--r-- | openwrt/target/linux/au1000-2.6/config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/openwrt/target/linux/au1000-2.6/config b/openwrt/target/linux/au1000-2.6/config index 9c498ef..e94f884 100644 --- a/openwrt/target/linux/au1000-2.6/config +++ b/openwrt/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 |