diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-26 12:02:43 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-26 12:02:43 +0000 |
commit | 6f4f74189cd2fda20893b4ab1c2484ba0baa3e63 (patch) | |
tree | 59da6a3a2af396be188736f1320392f1505aee57 /openwrt/Config.in | |
parent | 0248499b6767bea83e72f7673c2a8bed023faeaf (diff) | |
download | mtk-20170518-6f4f74189cd2fda20893b4ab1c2484ba0baa3e63.zip mtk-20170518-6f4f74189cd2fda20893b4ab1c2484ba0baa3e63.tar.gz mtk-20170518-6f4f74189cd2fda20893b4ab1c2484ba0baa3e63.tar.bz2 |
mipseb -> mips, thx kaloz for clearification
SVN-Revision: 2785
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r-- | openwrt/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index c93b1f1..308df37 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 |