mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
fix default ARCH setting
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4942 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a22828ce2b
commit
271c7a606b
@ -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