diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-24 13:55:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-24 13:55:32 +0000 |
commit | b2c8d3ada0789b3f91cbd93e0a39b6f4531d81ee (patch) | |
tree | c5697535e0bbb458ea8a9c5354fe6eb9341c03a4 /target/linux/generic-2.6/config-2.6.32 | |
parent | e1a2e7037f896d294fe5638a5aa8f54e1585f254 (diff) | |
download | upstream-b2c8d3ada0789b3f91cbd93e0a39b6f4531d81ee.tar.gz upstream-b2c8d3ada0789b3f91cbd93e0a39b6f4531d81ee.tar.bz2 upstream-b2c8d3ada0789b3f91cbd93e0a39b6f4531d81ee.zip |
kernel: add missing config symbols for kernel debugging
SVN-Revision: 18524
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.32')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index 2a314b7eb5..b136f2fbd7 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -590,6 +590,7 @@ CONFIG_FSNOTIFY=y # CONFIG_FS_POSIX_ACL is not set # CONFIG_FTL is not set # CONFIG_FTRACE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set # CONFIG_FUNCTION_TRACER is not set # CONFIG_FUSE_FS is not set # CONFIG_FUSION_FC is not set @@ -1283,6 +1284,7 @@ CONFIG_NET_CLS_IND=y # CONFIG_NET_CLS_TCINDEX is not set # CONFIG_NET_CLS_U32 is not set CONFIG_NET_CLS=y +# CONFIG_NET_DROP_MONITOR is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETDEBUG is not set # CONFIG_NETDEV_10000 is not set |