summaryrefslogtreecommitdiffstats
path: root/openwrt/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-26 12:02:43 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-26 12:02:43 +0000
commitca78be5c674d638437b3696835251220bc3f9dde (patch)
treeee9db4bb8b0a1d45c0af686cb9710ad12f350742 /openwrt/Config.in
parent5340724d83c65c5624020a97e5323580421734c8 (diff)
mipseb -> mips, thx kaloz for clearification
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r--openwrt/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in
index c93b1f17c..308df372c 100644
--- a/openwrt/Config.in
+++ b/openwrt/Config.in
@@ -32,8 +32,8 @@ config BR2_i386
config BR2_m68k
bool "m68k"
-config BR2_mipseb
- bool "mipseb"
+config BR2_mips
+ bool "mips"
config BR2_mipsel
bool "mipsel"
@@ -65,7 +65,7 @@ config BR2_ARCH
default "cris" if BR2_cris
default "i386" if BR2_i386
default "m68k" if BR2_m68k
- default "mipseb" if BR2_mipseb
+ default "mips" if BR2_mips
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3