diff options
author | Mike Baker <mbm@openwrt.org> | 2006-05-12 19:08:03 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-05-12 19:08:03 +0000 |
commit | 20e4ecc021ee9aa4b799b065732f39d9daa5a2c5 (patch) | |
tree | 6c8591525420de7c8afd05b2261efe6b9071196a /target/linux/package/zd1211/Config.in | |
parent | 7b37cc4da9c275661854482bb61046d4d7a8435f (diff) | |
download | upstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.tar.gz upstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.tar.bz2 upstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.zip |
fix BR2_ and CONFIG_ issues
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/zd1211/Config.in')
-rw-r--r-- | target/linux/package/zd1211/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/package/zd1211/Config.in b/target/linux/package/zd1211/Config.in index 2852c84e55..cadfa4f5dd 100644 --- a/target/linux/package/zd1211/Config.in +++ b/target/linux/package/zd1211/Config.in @@ -1,8 +1,8 @@ -config BR2_PACKAGE_KMOD_ZD1211 +config PACKAGE_KMOD_ZD1211 prompt "kmod-zd12111...................... Driver for Zydas 1211 based devices" tristate - depends BR2_LINUX_2_6 - default m if CONFIG_DEVEL + depends LINUX_2_6 + default m if DEVEL help Linux driver for the ZyDAS ZD1211 802.11b/g USB-WLAN-Chip. Initially contributed by ZyDAS, this driver is actively maintained |