From 5d0a90e08fac0f4c8d7aa1e5ff863342f75f240a Mon Sep 17 00:00:00 2001 From: Mike Albon Date: Fri, 25 Aug 2006 20:17:28 +0000 Subject: [PATCH] Make the build work properly by including Hostap modules. SVN-Revision: 4671 --- openwrt/target/linux/au1000-2.6/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openwrt/target/linux/au1000-2.6/config b/openwrt/target/linux/au1000-2.6/config index 9c498efd10..e94f884cb2 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 -- 2.25.1