diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 1fe52fd07c..881c6fbc7a 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -271,11 +271,12 @@ config ARCH default "i386" if i386 default "m68k" if m68k default "mips" if mips - default "mipsel" if mipsel || !DEVEL + default "mipsel" if mipsel default "powerpc" if powerpc default "sh3" if sh3 default "sh3eb" if sh3eb default "sh4" if sh4 default "sh4eb" if sh4eb default "sparc" if sparc + default "mipsel" if !DEVEL