diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-08-05 13:48:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-08-05 13:48:28 +0000 |
commit | ef66a2d42bd18e15f68efb51635aad4239b279de (patch) | |
tree | ec30ddac88412b8e7d47904bb9ac24138ffb676d | |
parent | 98b954f5087917ab98cbc0b97fe08d0a0114084f (diff) | |
download | upstream-ef66a2d42bd18e15f68efb51635aad4239b279de.tar.gz upstream-ef66a2d42bd18e15f68efb51635aad4239b279de.tar.bz2 upstream-ef66a2d42bd18e15f68efb51635aad4239b279de.zip |
[kernel] add missing config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27908 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.0 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index 83d4f7065d..3386a9ef0b 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -504,7 +504,8 @@ CONFIG_DEBUG_INFO_REDUCED=y # CONFIG_DEBUG_NX_TEST is not set # CONFIG_DEBUG_OBJECTS is not set # CONFIG_DEBUG_PAGEALLOC is not set -# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_RT_MUTEXES is not set |