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 | c8f6f29505be04e3e8722ea690be7b4a1b03090b (patch) | |
tree | 24690b95d4effa99bbbf073ee338fab59a2e993e | |
parent | 6f78432c12efacd3434bc9afba86470028dd4afb (diff) | |
download | upstream-c8f6f29505be04e3e8722ea690be7b4a1b03090b.tar.gz upstream-c8f6f29505be04e3e8722ea690be7b4a1b03090b.tar.bz2 upstream-c8f6f29505be04e3e8722ea690be7b4a1b03090b.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38154 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |