projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix brcm63xx support. Now a kernel is booting, detecting the flash, and can probably...
[openwrt.git]
/
target
/
linux
/
xscale-2.6
/
config
diff --git
a/target/linux/xscale-2.6/config
b/target/linux/xscale-2.6/config
index
92d4657
..
ebbca2f
100644
(file)
--- a/
target/linux/xscale-2.6/config
+++ b/
target/linux/xscale-2.6/config
@@
-45,10
+45,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=y
CONFIG_BASE_SMALL=0
CONFIG_TINY_SHMEM=y
CONFIG_BASE_SMALL=0
-CONFIG_SLOB=y
+# CONFIG_SLOB is not set
CONFIG_OBSOLETE_INTERMODULE=y
#
CONFIG_OBSOLETE_INTERMODULE=y
#
@@
-69,15
+69,15
@@
CONFIG_OBSOLETE_MODPARM=y
#
# IO Schedulers
#
#
# IO Schedulers
#
-CONFIG_IOSCHED_NOOP=y
+# CONFIG_IOSCHED_NOOP is not set
# CONFIG_IOSCHED_AS is not set
# CONFIG_IOSCHED_AS is not set
-# CONFIG_IOSCHED_DEADLINE is not set
+CONFIG_IOSCHED_DEADLINE=y
# CONFIG_IOSCHED_CFQ is not set
# CONFIG_DEFAULT_AS is not set
# CONFIG_IOSCHED_CFQ is not set
# CONFIG_DEFAULT_AS is not set
-# CONFIG_DEFAULT_DEADLINE is not set
+CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_CFQ is not set
-CONFIG_DEFAULT_NOOP=y
-CONFIG_DEFAULT_IOSCHED="
noop
"
+# CONFIG_DEFAULT_NOOP is not set
+CONFIG_DEFAULT_IOSCHED="
deadline
"
#
# System Type
#
# System Type
This page took
0.02541 seconds
and
4
git commands to generate.