diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-07-02 15:50:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-07-02 15:50:41 +0000 |
commit | 7f51138b178a4fa11eaf6963e4599fa758938f50 (patch) | |
tree | f977a65d3fcf84b275348b9b33e9002a5698b6c8 | |
parent | ba0136b04438acd6ab2443a7c52620d5412b3f1b (diff) | |
download | upstream-7f51138b178a4fa11eaf6963e4599fa758938f50.tar.gz upstream-7f51138b178a4fa11eaf6963e4599fa758938f50.tar.bz2 upstream-7f51138b178a4fa11eaf6963e4599fa758938f50.zip |
Fancy name for au1000 target
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4109 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in index 8037a88c0b..5dd905c75c 100644 --- a/target/Config.in +++ b/target/Config.in @@ -84,7 +84,7 @@ config LINUX_2_6_X86 (e.g. Soekris net4521 and net4801, PC Engines WRAP...) config LINUX_2_6_AU1000 - bool "au1000 [2.6]" + bool "AMD Alchemy AUxx [2.6]" select mipsel select LINUX_2_6 select PCMCIA_SUPPORT |