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 | 8eb074756deddb70448940f9d0854a7e21bfb1ce (patch) | |
tree | 1dbed79288efe3391b328438783e5b6d47ea09de /target/linux/ramips/mt7620 | |
parent | ed20caeb6538453f861baf8d5c17e5bdf9d25595 (diff) | |
download | upstream-8eb074756deddb70448940f9d0854a7e21bfb1ce.tar.gz upstream-8eb074756deddb70448940f9d0854a7e21bfb1ce.tar.bz2 upstream-8eb074756deddb70448940f9d0854a7e21bfb1ce.zip |
ramips: use CONFIG_MTD_SPLIT_UIMAGE_FW instead of CONFIG_MTD_UIMAGE_SPLIT
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43813
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/config-3.14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/config-3.14 b/target/linux/ramips/mt7620/config-3.14 index aa73a36e84..dfde4d3302 100644 --- a/target/linux/ramips/mt7620/config-3.14 +++ b/target/linux/ramips/mt7620/config-3.14 @@ -114,7 +114,7 @@ CONFIG_MTD_M25P80=y CONFIG_MTD_NAND_MT7620=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPLIT_FIRMWARE=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 |