diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-12 14:48:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-12 14:48:36 +0000 |
commit | 3c6b9fec39f180ad268ac3b63d480bc376c1cc55 (patch) | |
tree | 878161eb2afbe3971404268f275017829a958969 /target/linux/package/zd1211/Config.in | |
parent | 100aa9aaf2cb89b0263d6b87e68d90a7de4539c7 (diff) | |
download | upstream-3c6b9fec39f180ad268ac3b63d480bc376c1cc55.tar.gz upstream-3c6b9fec39f180ad268ac3b63d480bc376c1cc55.tar.bz2 upstream-3c6b9fec39f180ad268ac3b63d480bc376c1cc55.zip |
Move ueagle to the main kernel config since it is in stock kernel
Add Zydas ZD1211 driver, needs testing, closes #249
Change MTX-1 platform name for AU1000 in order to have a unique platform naming
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3626 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/zd1211/Config.in')
-rw-r--r-- | target/linux/package/zd1211/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/package/zd1211/Config.in b/target/linux/package/zd1211/Config.in new file mode 100644 index 0000000000..2c36a10b01 --- /dev/null +++ b/target/linux/package/zd1211/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_KMOD_ZD1211 + prompt "kmod-zd12111...................... Driver for Zydas 1211 based devices" + tristate + default m if CONFIG_DEVEL + help + Linux driver for the ZyDAS ZD1211 802.11b/g USB-WLAN-Chip. + Initially contributed by ZyDAS, this driver is actively maintained + by the open source community. + + http://zd1211.ath.cx/ |