diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-15 17:03:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-15 17:03:29 +0000 |
commit | a0d6cd4f492541290bfbe22092cead7ab7babdbf (patch) | |
tree | 1bcb7bf28948ae44bbea70694332736b3ce35540 /target/linux/ar71xx | |
parent | 86405f2c4c4697171c0d8627a979889d03043aee (diff) | |
download | upstream-a0d6cd4f492541290bfbe22092cead7ab7babdbf.tar.gz upstream-a0d6cd4f492541290bfbe22092cead7ab7babdbf.tar.bz2 upstream-a0d6cd4f492541290bfbe22092cead7ab7babdbf.zip |
kernel/3.10: add new Kconfig option for firmware partition split
Add a new kernel config option for generic firmware partition
split support and change the uImage split support to depend on
the new option. Aslo rename the MTD_UIMAGE_SPLIT_NAME option to
MTD_SPLIT_FIRMWARE_NAME to make it more generic.
The patch is in preparation for multiple firmware format
support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38002
Diffstat (limited to 'target/linux/ar71xx')
-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 6c75f14420..82559b8e12 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -207,6 +207,7 @@ CONFIG_MTD_MYLOADER_PARTS=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y +CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_TPLINK_PARTS=y CONFIG_MTD_UIMAGE_SPLIT=y CONFIG_MTD_WRT160NL_PARTS=y |