diff options
author | John Crispin <john@openwrt.org> | 2015-03-16 08:05:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-16 08:05:42 +0000 |
commit | d6b3eba475d4d28292daca6b6f4be063d486b7bc (patch) | |
tree | 232fb8c26182b0b6f1b440ca8c3b48def545d213 /target/linux/generic/config-3.10 | |
parent | 8733c8103bf4993f8f320bf661b4b152bd71639a (diff) | |
download | upstream-d6b3eba475d4d28292daca6b6f4be063d486b7bc.tar.gz upstream-d6b3eba475d4d28292daca6b6f4be063d486b7bc.tar.bz2 upstream-d6b3eba475d4d28292daca6b6f4be063d486b7bc.zip |
kernel: add missing MTD_SPLIT_FIT_FW symbol
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44827
Diffstat (limited to 'target/linux/generic/config-3.10')
-rw-r--r-- | target/linux/generic/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 7b1444986a..58cfa5aa26 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1970,6 +1970,7 @@ CONFIG_MTD_ROOTFS_SPLIT=y CONFIG_MTD_SPLIT=y # CONFIG_MTD_SPLIT_FIRMWARE is not set CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware" +# CONFIG_MTD_SPLIT_FIT_FW is not set # CONFIG_MTD_SPLIT_LZMA_FW is not set # CONFIG_MTD_SPLIT_SEAMA_FW is not set # CONFIG_MTD_SPLIT_SQUASHFS_ROOT is not set |