summaryrefslogtreecommitdiff
path: root/openwrt/Config.in.devel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-12-25 20:04:16 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-12-25 20:04:16 +0000
commit36bde488207dad7f97621b657c0ceb516b4dd669 (patch)
tree2268fc9fa1e349604bfb877d0895018a3cbf72c4 /openwrt/Config.in.devel
parentb3f574ebe87fd5e1038573a4954d027f338eeff9 (diff)
downloadmtk-20170518-36bde488207dad7f97621b657c0ceb516b4dd669.zip
mtk-20170518-36bde488207dad7f97621b657c0ceb516b4dd669.tar.gz
mtk-20170518-36bde488207dad7f97621b657c0ceb516b4dd669.tar.bz2
first ar531x support for 2.4, thx Mile Albon, some addons from me for mips big endian toolchain
SVN-Revision: 2781
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 38e79b9..ad42316 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