diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-22 11:45:08 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-22 11:45:08 +0000 |
commit | 10a0f65be03c2a0c03e1eb662cb0cc209b79c6b5 (patch) | |
tree | 62a4bc8665a2bbf37490b36bd4b592705daad6da /target/linux/ar71xx/config-3.10 | |
parent | 2434b9e41333ee839b00a271ff76c104e2635027 (diff) | |
download | upstream-10a0f65be03c2a0c03e1eb662cb0cc209b79c6b5.tar.gz upstream-10a0f65be03c2a0c03e1eb662cb0cc209b79c6b5.tar.bz2 upstream-10a0f65be03c2a0c03e1eb662cb0cc209b79c6b5.zip |
ar71xx: use the separate rootfs and uImage parsers
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38119
Diffstat (limited to 'target/linux/ar71xx/config-3.10')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index bed2f41190..92019812e1 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -211,8 +211,9 @@ CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_SPLIT_FIRMWARE=y +CONFIG_MTD_SPLIT_SQUASHFS_ROOT=y +CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_MTD_TPLINK_PARTS=y -CONFIG_MTD_UIMAGE_SPLIT=y CONFIG_MTD_WRT160NL_PARTS=y CONFIG_MYLOADER=y CONFIG_NEED_DMA_MAP_STATE=y |