projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable slab, disable slob - for better performance (#583)
[openwrt.git]
/
openwrt
/
Config.in
diff --git
a/openwrt/Config.in
b/openwrt/Config.in
index
bdc8703
..
cccdce9
100644
(file)
--- a/
openwrt/Config.in
+++ b/
openwrt/Config.in
@@
-32,6
+32,9
@@
config BR2_armeb
# Unsupported architectures
if CONFIG_DEVEL
# Unsupported architectures
if CONFIG_DEVEL
+config BR2_mips64
+ tristate
+ select BR2_BIG_ENDIAN
config BR2_arm
tristate
config BR2_arm
tristate
@@
-76,6
+79,7
@@
config BR2_ARCH
default "m68k" if BR2_m68k
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
default "m68k" if BR2_m68k
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
+ default "mips64" if BR2_mips64
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3
default "sh3eb" if BR2_sh3eb
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3
default "sh3eb" if BR2_sh3eb
This page took
0.021941 seconds
and
4
git commands to generate.