2
0
forked from Ivasoft/openwrt

kernel: move old firmware uimage splitter into separated patch

This will allow us to drop it in the future. This patch doesn't change
the final mtdpart.c, it remains the same.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 43696
This commit is contained in:
Rafał Miłecki
2014-12-13 20:06:47 +00:00
parent 0fa857f3ba
commit 2b4fbeb6d4
14 changed files with 202 additions and 134 deletions

View File

@@ -1,8 +1,8 @@
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -32,6 +32,11 @@ config MTD_UIMAGE_SPLIT
@@ -27,6 +27,11 @@ config MTD_SPLIT_FIRMWARE_NAME
depends on MTD_SPLIT_FIRMWARE
default y
default "firmware"
+config MTD_SPLIT
+ def_bool n