diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-28 19:13:54 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-28 19:13:54 +0000 |
commit | 48e90f13706c115e01c5851d1ad87b19114d1dec (patch) | |
tree | f5929ea1f6d2524f711552469e27a2104e707da4 /openwrt | |
parent | 4af0526e7e3a6ec84e81158261550ef0a7ff2125 (diff) | |
download | mtk-20170518-48e90f13706c115e01c5851d1ad87b19114d1dec.zip mtk-20170518-48e90f13706c115e01c5851d1ad87b19114d1dec.tar.gz mtk-20170518-48e90f13706c115e01c5851d1ad87b19114d1dec.tar.bz2 |
disable hostap-driver for 2.6 ports, it does not compile and there is a compilable version included in 2.6.16
SVN-Revision: 3529
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/package/hostap/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/hostap/Config.in b/openwrt/target/linux/package/hostap/Config.in index e4f7a5c..767b459 100644 --- a/openwrt/target/linux/package/hostap/Config.in +++ b/openwrt/target/linux/package/hostap/Config.in @@ -1,7 +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 + depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_4_BRCM default m if CONFIG_DEVEL help A driver for 802.11b wireless cards based on Intersil Prism2/2.5/3 |