diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 18:39:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 18:39:55 +0000 |
commit | a2c52a899519ad6e13b5badb75d448297e36cc10 (patch) | |
tree | 511044bc9791a916935f57f7cf347251a3af1581 /target/linux/generic/config-2.6.30 | |
parent | 960e69aac97dc15c855ecfe20959936ddb900161 (diff) | |
download | upstream-a2c52a899519ad6e13b5badb75d448297e36cc10.tar.gz upstream-a2c52a899519ad6e13b5badb75d448297e36cc10.tar.bz2 upstream-a2c52a899519ad6e13b5badb75d448297e36cc10.zip |
add a few missing kernel config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25284 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.30')
-rw-r--r-- | target/linux/generic/config-2.6.30 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.30 b/target/linux/generic/config-2.6.30 index 87e8c6dded..4ccd3764ae 100644 --- a/target/linux/generic/config-2.6.30 +++ b/target/linux/generic/config-2.6.30 @@ -436,6 +436,7 @@ CONFIG_DEBUG_FS=y # CONFIG_DEBUG_OBJECTS is not set # CONFIG_DEBUG_PAGEALLOC is not set # CONFIG_DEBUG_PREEMPT is not set +# CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_SHIRQ is not set @@ -1079,6 +1080,7 @@ CONFIG_KERNEL_LZMA=y # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYS is not set # CONFIG_KGDB is not set +# CONFIG_KMEMCHECK is not set # CONFIG_KMEMTRACE is not set CONFIG_KMOD=y # CONFIG_KPROBES is not set |