diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-02 15:50:41 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-02 15:50:41 +0000 |
commit | d61a7fa14f5c422898d060f92da483f3a4c8ee6a (patch) | |
tree | f977a65d3fcf84b275348b9b33e9002a5698b6c8 /target | |
parent | 0ed491f556f96a2daec090106f8c5c2654dbaff0 (diff) |
Fancy name for au1000 target
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4109 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |