projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a22828c
)
fix default ARCH setting
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Oct 2006 10:11:54 +0000
(10:11 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Oct 2006 10:11:54 +0000
(10:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4942
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/Config.in
patch
|
blob
|
history
diff --git
a/target/Config.in
b/target/Config.in
index
1fe52fd
..
881c6fb
100644
(file)
--- a/
target/Config.in
+++ b/
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
This page took
0.020413 seconds
and
4
git commands to generate.