diff options
author | John Crispin <john@openwrt.org> | 2013-04-03 09:58:28 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-03 09:58:28 +0000 |
commit | cc34858d4a83143367531ed1152657506d579e47 (patch) | |
tree | 0904fb8f60c33b030989ff6702865ad96322f451 /target/linux/generic/config-3.9 | |
parent | 4dd9e8dc9bf021900df1cdd107ce6d8b4416cd37 (diff) | |
download | upstream-cc34858d4a83143367531ed1152657506d579e47.tar.gz upstream-cc34858d4a83143367531ed1152657506d579e47.tar.bz2 upstream-cc34858d4a83143367531ed1152657506d579e47.zip |
make firmware loading work on v3.9
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36158
Diffstat (limited to 'target/linux/generic/config-3.9')
-rw-r--r-- | target/linux/generic/config-3.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9 index 7abc1c2dcc..e32c20b575 100644 --- a/target/linux/generic/config-3.9 +++ b/target/linux/generic/config-3.9 @@ -860,7 +860,7 @@ CONFIG_FSNOTIFY=y # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y CONFIG_FW_LOADER=y -# CONFIG_FW_LOADER_USER_HELPER is not set +CONFIG_FW_LOADER_USER_HELPER=y CONFIG_GACT_PROB=y # CONFIG_GADGET_UAC1 is not set # CONFIG_GAMEPORT is not set |