diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-25 20:04:16 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-25 20:04:16 +0000 |
commit | f351d6cd520ea8f37c1bc65c3a83405b68fe30f7 (patch) | |
tree | c88e53b239b78f0ee35c7f7cbccab59543003df6 /Config.in | |
parent | 1e264598ebe4067db3a57d63556172f42c5391ba (diff) | |
download | upstream-f351d6cd520ea8f37c1bc65c3a83405b68fe30f7.tar.gz upstream-f351d6cd520ea8f37c1bc65c3a83405b68fe30f7.tar.bz2 upstream-f351d6cd520ea8f37c1bc65c3a83405b68fe30f7.zip |
first ar531x support for 2.4, thx Mile Albon, some addons from me for mips big endian toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -11,12 +11,11 @@ config BR2_HAVE_DOT_CONFIG default y config BR2_mipsel + bool default y choice - default BR2_mipsel - help - Stuff + prompt "Target Architecture" if CONFIG_DEVEL config BR2_arm bool "arm" @@ -33,8 +32,8 @@ config BR2_i386 config BR2_m68k bool "m68k" -config BR2_mips - bool "mips" +config BR2_mipseb + bool "mipseb" config BR2_mipsel bool "mipsel" @@ -66,7 +65,7 @@ config BR2_ARCH default "cris" if BR2_cris default "i386" if BR2_i386 default "m68k" if BR2_m68k - default "mips" if BR2_mips + default "mipseb" if BR2_mipseb default "mipsel" if BR2_mipsel || !CONFIG_DEVEL default "powerpc" if BR2_powerpc default "sh3" if BR2_sh3 |