diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-13 15:53:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-13 15:53:09 +0000 |
commit | d74035672a69991d3b198e63ec797d3a4029a541 (patch) | |
tree | f33e17af498be61d83efe81767748c9ce479b2ef /openwrt/target/linux | |
parent | 99239efe1b60c66d4127dd6d14a00b16571eb97a (diff) | |
download | mtk-20170518-d74035672a69991d3b198e63ec797d3a4029a541.zip mtk-20170518-d74035672a69991d3b198e63ec797d3a4029a541.tar.gz mtk-20170518-d74035672a69991d3b198e63ec797d3a4029a541.tar.bz2 |
disable the ZD1211 driver for linux 2.4 (does not build)
SVN-Revision: 3636
Diffstat (limited to 'openwrt/target/linux')
-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 2c36a10..2852c84 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. |