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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user