projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
statically compile b44 into the kernel on brcm-2.6
[openwrt.git]
/
openwrt
/
Config.in
diff --git
a/openwrt/Config.in
b/openwrt/Config.in
index
c93b1f1
..
308df37
100644
(file)
--- a/
openwrt/Config.in
+++ b/
openwrt/Config.in
@@
-32,8
+32,8
@@
config BR2_i386
config BR2_m68k
bool "m68k"
config BR2_m68k
bool "m68k"
-config BR2_mips
eb
- bool "mips
eb
"
+config BR2_mips
+ bool "mips"
config BR2_mipsel
bool "mipsel"
config BR2_mipsel
bool "mipsel"
@@
-65,7
+65,7
@@
config BR2_ARCH
default "cris" if BR2_cris
default "i386" if BR2_i386
default "m68k" if BR2_m68k
default "cris" if BR2_cris
default "i386" if BR2_i386
default "m68k" if BR2_m68k
- default "mips
eb" if BR2_mipseb
+ default "mips
" if BR2_mips
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3
This page took
0.029228 seconds
and
4
git commands to generate.