diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-24 17:15:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-24 17:15:01 +0000 |
commit | 2995030b470824567895e46d6c37cad6f20cf4a1 (patch) | |
tree | 3d97efc20027e9e09ec53700cdea8144c43964fc /target/linux | |
parent | 89d60314e766e2d579bdbf63227c601c0eedfef6 (diff) | |
download | upstream-2995030b470824567895e46d6c37cad6f20cf4a1.tar.gz upstream-2995030b470824567895e46d6c37cad6f20cf4a1.tar.bz2 upstream-2995030b470824567895e46d6c37cad6f20cf4a1.zip |
ar71xx: enable MTD_SPLIT_LZMA_FW option
It will be used for Compex devices.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39388
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 1c6c53ec56..9a60aeb4e9 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -220,6 +220,7 @@ CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_SPLIT_FIRMWARE=y +CONFIG_MTD_SPLIT_LZMA_FW=y CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_SPLIT_SQUASHFS_ROOT=y CONFIG_MTD_SPLIT_UIMAGE_FW=y |