diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-13 15:53:09 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-13 15:53:09 +0000 |
commit | c814408be70792c156abf786b75f5c51ee30ab3a (patch) | |
tree | 32f900b4d6f94e2a741e440efd170259ade1b938 /openwrt/target/linux/package/zd1211 | |
parent | 1939ebf4788eb3565ec16ba6e5836ccaeb56fa14 (diff) |
disable the ZD1211 driver for linux 2.4 (does not build)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3636 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/zd1211')
-rw-r--r-- | openwrt/target/linux/package/zd1211/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/zd1211/Config.in b/openwrt/target/linux/package/zd1211/Config.in index 2c36a10b0..2852c84e5 100644 --- a/openwrt/target/linux/package/zd1211/Config.in +++ b/openwrt/target/linux/package/zd1211/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_KMOD_ZD1211 prompt "kmod-zd12111...................... Driver for Zydas 1211 based devices" tristate + depends BR2_LINUX_2_6 default m if CONFIG_DEVEL help Linux driver for the ZyDAS ZD1211 802.11b/g USB-WLAN-Chip. |