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/rt3883 | |
parent | e2a4349bbf22c3501f6dd0e87b8aaa25f76c2f52 (diff) | |
download | upstream-bcd8b914db9f1e393e27fb716cf11c0639d18cfe.tar.gz upstream-bcd8b914db9f1e393e27fb716cf11c0639d18cfe.tar.bz2 upstream-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/rt3883')
-rw-r--r-- | target/linux/ramips/rt3883/config-3.14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt3883/config-3.14 b/target/linux/ramips/rt3883/config-3.14 index 3c2fd16d0e..ef73c3befb 100644 --- a/target/linux/ramips/rt3883/config-3.14 +++ b/target/linux/ramips/rt3883/config-3.14 @@ -110,7 +110,7 @@ CONFIG_MTD_M25P80=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_SEAMA_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 |