diff options
author | John Crispin <john@openwrt.org> | 2015-11-02 10:16:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-02 10:16:56 +0000 |
commit | ed30ca8e39910a7f2036f84f9e5c4254ea703b96 (patch) | |
tree | a03fdf65df9934a776a660f055fb8c265383e4df /target/linux/ramips | |
parent | 6dcbf74a9480a35f09a173eab2dbbd28bdc4baa5 (diff) | |
download | upstream-ed30ca8e39910a7f2036f84f9e5c4254ea703b96.tar.gz upstream-ed30ca8e39910a7f2036f84f9e5c4254ea703b96.tar.bz2 upstream-ed30ca8e39910a7f2036f84f9e5c4254ea703b96.zip |
ramips: rt305x: enable seama mtdsplit parser
D-Link DIR-610 A1 needs seama mtdsplit parser.
This patch should fix #18046.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 47341
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/rt305x/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-3.18 b/target/linux/ramips/rt305x/config-3.18 index c7ad9d1c37..9fb846f90e 100644 --- a/target/linux/ramips/rt305x/config-3.18 +++ b/target/linux/ramips/rt305x/config-3.18 @@ -113,6 +113,7 @@ CONFIG_MTD_M25P80=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_FIRMWARE=y +CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y |