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/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/Config.in')
-rw-r--r-- | target/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/Config.in b/target/Config.in index 310105b70b..2c486eec76 100644 --- a/target/Config.in +++ b/target/Config.in @@ -60,8 +60,8 @@ config BR2_LINUX_2_6_X86 Build firmware images for x86 based boards (e.g. Soekris net4521 and net4801, PC Engines WRAP...) -config BR2_LINUX_2_6_MTX-1 - bool "mtx1 [2.6]" +config BR2_LINUX_2_6_AU1000 + bool "au1000 [2.6]" select BR2_mipsel select BR2_LINUX_2_6 select BR2_LINUX_PCMCIA_SUPPORT |