diff options
| author | Mike Albon <malbon@openwrt.org> | 2006-08-23 20:05:15 +0000 |
|---|---|---|
| committer | Mike Albon <malbon@openwrt.org> | 2006-08-23 20:05:15 +0000 |
| commit | 72ddfdea971b2c960669c0b7ff84456ec5ac3a99 (patch) | |
| tree | 5cb84cdab779ba22b81210c969651f4f81b98ac7 | |
| parent | 784b978a1588dc2a44f1504b8d6226a3acb8f97e (diff) | |
| download | mtk-20170518-72ddfdea971b2c960669c0b7ff84456ec5ac3a99.zip mtk-20170518-72ddfdea971b2c960669c0b7ff84456ec5ac3a99.tar.gz mtk-20170518-72ddfdea971b2c960669c0b7ff84456ec5ac3a99.tar.bz2 | |
Make hostap modules so build works properly.
SVN-Revision: 4639
| -rw-r--r-- | openwrt/target/linux/xscale-2.6/config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/openwrt/target/linux/xscale-2.6/config b/openwrt/target/linux/xscale-2.6/config index 74a5655..4df1a4c 100644 --- a/openwrt/target/linux/xscale-2.6/config +++ b/openwrt/target/linux/xscale-2.6/config @@ -819,7 +819,12 @@ CONFIG_IPW2200_MONITOR=y # Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support # # CONFIG_PRISM54 is not set -# 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_NET_WIRELESS=y # |
