diff options
author | John Crispin <john@openwrt.org> | 2015-03-26 10:59:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-26 10:59:24 +0000 |
commit | ad91262a94a01e960270239b8e42704b36fea1ba (patch) | |
tree | a87d1e6fbef22923e96bf836f6d3ec73ebc79ed8 | |
parent | 67c83a6595d4115af098a0ea070736df61283d74 (diff) | |
download | upstream-ad91262a94a01e960270239b8e42704b36fea1ba.tar.gz upstream-ad91262a94a01e960270239b8e42704b36fea1ba.tar.bz2 upstream-ad91262a94a01e960270239b8e42704b36fea1ba.zip |
kernel: add missing symbol
Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 45017
-rw-r--r-- | target/linux/generic/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 58cfa5aa26..4ccc96979f 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -2382,6 +2382,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_OMAP_USB3 is not set # CONFIG_OMFS_FS is not set # CONFIG_OPENVSWITCH is not set +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set # CONFIG_ORION_WATCHDOG is not set # CONFIG_OSF_PARTITION is not set CONFIG_OVERLAYFS_FS=y diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index f5f0f58bc1..150c6e3b5c 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -2564,6 +2564,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_OMAP_USB3 is not set # CONFIG_OMFS_FS is not set # CONFIG_OPENVSWITCH is not set +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set # CONFIG_ORION_WATCHDOG is not set # CONFIG_OSF_PARTITION is not set CONFIG_OVERLAYFS_FS=y diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 7ef50fac3e..01cf659da3 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2694,6 +2694,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_OMAP_USB3 is not set # CONFIG_OMFS_FS is not set # CONFIG_OPENVSWITCH is not set +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set # CONFIG_ORION_WATCHDOG is not set # CONFIG_OSF_PARTITION is not set CONFIG_OVERLAY_FS=y diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 061af11c82..f8067383aa 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -2728,6 +2728,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_OMAP_USB3 is not set # CONFIG_OMFS_FS is not set # CONFIG_OPENVSWITCH is not set +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set # CONFIG_ORION_WATCHDOG is not set # CONFIG_OSF_PARTITION is not set CONFIG_OVERLAY_FS=y |