diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-10 05:52:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-10 05:52:41 +0000 |
commit | 3c1e3423214f0edb5125e5a784d8adb1c3b2c2a1 (patch) | |
tree | 147cfee452349eea00237321aac28306e42abde8 | |
parent | d8e190575f99359deb58db67addf225904d32147 (diff) | |
download | upstream-3c1e3423214f0edb5125e5a784d8adb1c3b2c2a1.tar.gz upstream-3c1e3423214f0edb5125e5a784d8adb1c3b2c2a1.tar.bz2 upstream-3c1e3423214f0edb5125e5a784d8adb1c3b2c2a1.zip |
kernel: add missing symbol
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44373 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index b831223f49..52cc3b0ff0 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3948,6 +3948,7 @@ CONFIG_TMPFS_XATTR=y # CONFIG_TPS65010 is not set # CONFIG_TPS6507X is not set # CONFIG_TR is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set # CONFIG_TRACER_SNAPSHOT is not set # CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set # CONFIG_TRACE_BRANCH_PROFILING is not set |