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 | b6e64c77d49f6728827a4b096da83d4f212c02dc (patch) | |
tree | b308bf3819751877b74e1f9706f755aa9a094c7f /target/linux/generic-2.6/config-2.6.31 | |
parent | 9f716bc1f17c211affe54213e0bc895d3cc2f8b4 (diff) | |
download | upstream-b6e64c77d49f6728827a4b096da83d4f212c02dc.tar.gz upstream-b6e64c77d49f6728827a4b096da83d4f212c02dc.tar.bz2 upstream-b6e64c77d49f6728827a4b096da83d4f212c02dc.zip |
kernel: add missing config symbols for kernel debugging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18524 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.31')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index e8c61e4f90..b1d2a01c37 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -582,6 +582,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 @@ -1270,6 +1271,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 |