mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
fix default ARCH setting
SVN-Revision: 4942
This commit is contained in:
parent
e9dd9d22e7
commit
f0fa4c289a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user