summaryrefslogtreecommitdiffstats
path: root/openwrt/Config.in.devel
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-25 20:04:16 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-25 20:04:16 +0000
commitb6ef8792f8af466fb45ca63e6fbf96855ac558c6 (patch)
treee8f4a1d1f44b6f894d71da773fd2ae8515acab0e /openwrt/Config.in.devel
parent91d42f6ac22bca42fb81846e82d6c4a66957809d (diff)
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@2781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/Config.in.devel')
-rw-r--r--openwrt/Config.in.devel6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/Config.in.devel b/openwrt/Config.in.devel
index 38e79b9e6..ad423162b 100644
--- a/openwrt/Config.in.devel
+++ b/openwrt/Config.in.devel
@@ -35,8 +35,8 @@ config BR2_i386
config BR2_m68k
bool "m68k"
-config BR2_mips
- bool "mips"
+config BR2_mipseb
+ bool "mipseb"
config BR2_mipsel
bool "mipsel"
@@ -68,7 +68,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
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3