diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-08 15:34:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-08 15:34:20 +0000 |
commit | 019f3dfb704999c77a8dca5872f356b9907e9c6d (patch) | |
tree | 4b0d4a4fee799339afaa1dcddb4ec115c7d3e3aa /target | |
parent | 2348f5b7ecb1469e9b847a08c9af286891f7bbeb (diff) | |
download | upstream-019f3dfb704999c77a8dca5872f356b9907e9c6d.tar.gz upstream-019f3dfb704999c77a8dca5872f356b9907e9c6d.tar.bz2 upstream-019f3dfb704999c77a8dca5872f356b9907e9c6d.zip |
linux/generic: add missing config symbols
Related to debug/tracing, only added to 3.14+, might be needed for older versions as well
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.14 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.18 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.19 | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 6759503851..6e70ba77bd 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -1982,6 +1982,7 @@ CONFIG_MMC_BLOCK_MINORS=8 # CONFIG_MMC_USHC is not set # CONFIG_MMC_VIA_SDMMC is not set # CONFIG_MMC_VUB300 is not set +# CONFIG_MMIOTRACE is not set CONFIG_MMU=y CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set @@ -3743,6 +3744,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_UNIX_DIAG is not set # CONFIG_UNUSED_SYMBOLS is not set +# CONFIG_UPROBE_EVENT is not set # CONFIG_USB is not set # CONFIG_USBIP_CORE is not set # CONFIG_USBPCWATCHDOG is not set diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index ad4d1a202a..42092024ad 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2080,6 +2080,7 @@ CONFIG_MMC_BLOCK_MINORS=8 # CONFIG_MMC_USHC is not set # CONFIG_MMC_VIA_SDMMC is not set # CONFIG_MMC_VUB300 is not set +# CONFIG_MMIOTRACE is not set CONFIG_MMU=y CONFIG_MODULES=y # CONFIG_MODULE_COMPRESS is not set @@ -3985,6 +3986,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_UNIX_DIAG is not set # CONFIG_UNUSED_SYMBOLS is not set +# CONFIG_UPROBE_EVENT is not set # CONFIG_UPROBES is not set # CONFIG_USB is not set # CONFIG_USBIP_CORE is not set diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19 index 4713b11801..a849c0d8ae 100644 --- a/target/linux/generic/config-3.19 +++ b/target/linux/generic/config-3.19 @@ -2088,6 +2088,7 @@ CONFIG_MMC_BLOCK_MINORS=8 # CONFIG_MMC_USHC is not set # CONFIG_MMC_VIA_SDMMC is not set # CONFIG_MMC_VUB300 is not set +# CONFIG_MMIOTRACE is not set CONFIG_MMU=y CONFIG_MODULES=y # CONFIG_MODULE_COMPRESS is not set @@ -4007,6 +4008,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_UNIX_DIAG is not set # CONFIG_UNUSED_SYMBOLS is not set +# CONFIG_UPROBE_EVENT is not set # CONFIG_UPROBES is not set # CONFIG_USB is not set # CONFIG_USBIP_CORE is not set |