diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-24 12:19:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-24 12:19:54 +0000 |
commit | 2f5694398d4d5bd6634aa8c49eeb0035c723c234 (patch) | |
tree | 48040407445ab91e70bfa04a9875cdead3500746 /target | |
parent | 2ea3cac07517e78dec0a78543fae3edf2020f809 (diff) | |
download | upstream-2f5694398d4d5bd6634aa8c49eeb0035c723c234.tar.gz upstream-2f5694398d4d5bd6634aa8c49eeb0035c723c234.tar.bz2 upstream-2f5694398d4d5bd6634aa8c49eeb0035c723c234.zip |
ar71xx: enable the Seama firmware parser
It will be used for the WD My Net N600 board.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38154
Diffstat (limited to 'target')
-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 109d7d0ab1..f88d008ee5 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -212,6 +212,7 @@ CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_SPLIT_FIRMWARE=y +CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_SPLIT_SQUASHFS_ROOT=y CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_MTD_TPLINK_PARTS=y |