diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-12-13 20:06:47 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-12-13 20:06:47 +0000 |
commit | 2b4fbeb6d4f77fe3cb441a36f26a577166df381a (patch) | |
tree | 549347edf8c99e78c47352ae9e2e43ea4a2da112 /target/linux/generic/patches-3.18/403-mtd-hook-mtdsplit-to-Kbuild.patch | |
parent | 0fa857f3bad4ee0c385aa3fac6defa97e3e1b991 (diff) | |
download | upstream-2b4fbeb6d4f77fe3cb441a36f26a577166df381a.tar.gz upstream-2b4fbeb6d4f77fe3cb441a36f26a577166df381a.tar.bz2 upstream-2b4fbeb6d4f77fe3cb441a36f26a577166df381a.zip |
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
Diffstat (limited to 'target/linux/generic/patches-3.18/403-mtd-hook-mtdsplit-to-Kbuild.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/403-mtd-hook-mtdsplit-to-Kbuild.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.18/403-mtd-hook-mtdsplit-to-Kbuild.patch b/target/linux/generic/patches-3.18/403-mtd-hook-mtdsplit-to-Kbuild.patch index a70f81828c..d897034abd 100644 --- a/target/linux/generic/patches-3.18/403-mtd-hook-mtdsplit-to-Kbuild.patch +++ b/target/linux/generic/patches-3.18/403-mtd-hook-mtdsplit-to-Kbuild.patch @@ -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 |