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
/
target
/
linux
/
aruba-2.6
/
config
diff --git
a/openwrt/target/linux/aruba-2.6/config
b/openwrt/target/linux/aruba-2.6/config
index
3862723
..
d49ea05
100644
(file)
--- a/
openwrt/target/linux/aruba-2.6/config
+++ b/
openwrt/target/linux/aruba-2.6/config
@@
-169,10
+169,10
@@
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
-# CONFIG_SLAB is not set
+CONFIG_SLAB=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
-CONFIG_SLOB=y
+# CONFIG_SLOB is not set
CONFIG_OBSOLETE_INTERMODULE=y
#
CONFIG_OBSOLETE_INTERMODULE=y
#
This page took
0.021881 seconds
and
4
git commands to generate.