fix default ARCH setting
authorNicolas Thill <nico@openwrt.org>
Sat, 7 Oct 2006 10:11:54 +0000 (10:11 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 7 Oct 2006 10:11:54 +0000 (10:11 +0000)
SVN-Revision: 4942

openwrt/target/Config.in

index 1fe52fd07cafb2a99dbf0a92d677f14a4c0d582f..881c6fbc7a433843ee5fada04e975612d8b4cd71 100644 (file)
@@ -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