diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-02 21:53:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-02 21:53:38 +0000 |
commit | bcd8b914db9f1e393e27fb716cf11c0639d18cfe (patch) | |
tree | c1accf641392c4814ae625ace50a9d94dd9a15a6 /target/linux/ramips/rt288x | |
parent | e2a4349bbf22c3501f6dd0e87b8aaa25f76c2f52 (diff) | |
download | master-187ad058-bcd8b914db9f1e393e27fb716cf11c0639d18cfe.tar.gz master-187ad058-bcd8b914db9f1e393e27fb716cf11c0639d18cfe.tar.bz2 master-187ad058-bcd8b914db9f1e393e27fb716cf11c0639d18cfe.zip |
ramips: use CONFIG_MTD_SPLIT_UIMAGE_FW instead of CONFIG_MTD_UIMAGE_SPLIT
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43813 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/config-3.14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt288x/config-3.14 b/target/linux/ramips/rt288x/config-3.14 index e23cfc89b9..82a820f387 100644 --- a/target/linux/ramips/rt288x/config-3.14 +++ b/target/linux/ramips/rt288x/config-3.14 @@ -108,7 +108,7 @@ CONFIG_MTD_M25P80=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_LZMA_FW=y -CONFIG_MTD_UIMAGE_SPLIT=y +CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NET_RALINK=y |