diff options
author | Luka Perkov <luka@openwrt.org> | 2015-03-05 23:43:21 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-03-05 23:43:21 +0000 |
commit | 84c0248e5a1b2852611ecc1224448de00c1109e5 (patch) | |
tree | 4696f3dcbc64970a831546654c8cd5d5ba80cdea /target/linux/generic | |
parent | 0d414e1c78bf85232e9597a53a715974578ede6c (diff) | |
download | upstream-84c0248e5a1b2852611ecc1224448de00c1109e5.tar.gz upstream-84c0248e5a1b2852611ecc1224448de00c1109e5.tar.bz2 upstream-84c0248e5a1b2852611ecc1224448de00c1109e5.zip |
generic: add CONFIG_FW_LOADER_USER_HELPER symbol
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44608
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.19 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 7682e734c0..f50211d790 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -1113,6 +1113,7 @@ CONFIG_FSNOTIFY=y # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_USER_HELPER=y CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y CONFIG_GACT_PROB=y # CONFIG_GADGET_UAC1 is not set diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19 index 8e2f9a7048..d33f147237 100644 --- a/target/linux/generic/config-3.19 +++ b/target/linux/generic/config-3.19 @@ -1119,6 +1119,7 @@ CONFIG_FSNOTIFY=y # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_USER_HELPER=y CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y CONFIG_GACT_PROB=y # CONFIG_GADGET_UAC1 is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index a97312f7f0..62219bb39b 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -1123,6 +1123,7 @@ CONFIG_FSNOTIFY=y # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_USER_HELPER=y CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y CONFIG_GACT_PROB=y # CONFIG_GADGET_UAC1 is not set |