diff options
Diffstat (limited to 'openwrt/target/linux/package/hostap/Config.in')
-rw-r--r-- | openwrt/target/linux/package/hostap/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/hostap/Config.in b/openwrt/target/linux/package/hostap/Config.in index 700eb963f..e4f7a5c63 100644 --- a/openwrt/target/linux/package/hostap/Config.in +++ b/openwrt/target/linux/package/hostap/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_KMOD_HOSTAP prompt "kmod-hostap....................... Host AP support for Prism2/2.5/3 IEEE 802.11b" tristate + depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_BRCM default m if CONFIG_DEVEL help A driver for 802.11b wireless cards based on Intersil Prism2/2.5/3 |