diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-28 19:13:54 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-28 19:13:54 +0000 |
commit | 1d329568d24dcfa5d8eb6d010019d2f520d40caa (patch) | |
tree | f01ca0d67974fd1cde9cdee8c9929471e291910d /target/linux/package | |
parent | 3a919c7bfa3cdabdf35ebee086142e1694cd28f5 (diff) | |
download | master-187ad058-1d329568d24dcfa5d8eb6d010019d2f520d40caa.tar.gz master-187ad058-1d329568d24dcfa5d8eb6d010019d2f520d40caa.tar.bz2 master-187ad058-1d329568d24dcfa5d8eb6d010019d2f520d40caa.zip |
disable hostap-driver for 2.6 ports, it does not compile and there is a compilable version included in 2.6.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3529 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rw-r--r-- | target/linux/package/hostap/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/hostap/Config.in b/target/linux/package/hostap/Config.in index e4f7a5c63a..767b459316 100644 --- a/target/linux/package/hostap/Config.in +++ b/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 |