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 | d118689cb79412586704fe4ebe9a15611a975485 (patch) | |
tree | aae8663ffd77c07bfc17a7e44cc392873358f530 /target/linux/generic/patches-3.18/406-mtd-hook-mtdsplit-into-Kbuild.patch | |
parent | aa4cbcc9bbdaa824856d4feb9e2ead156e263a39 (diff) | |
download | upstream-d118689cb79412586704fe4ebe9a15611a975485.tar.gz upstream-d118689cb79412586704fe4ebe9a15611a975485.tar.bz2 upstream-d118689cb79412586704fe4ebe9a15611a975485.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43696 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.18/406-mtd-hook-mtdsplit-into-Kbuild.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/406-mtd-hook-mtdsplit-into-Kbuild.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.18/406-mtd-hook-mtdsplit-into-Kbuild.patch b/target/linux/generic/patches-3.18/406-mtd-hook-mtdsplit-into-Kbuild.patch index f022405be4..008714bd15 100644 --- a/target/linux/generic/patches-3.18/406-mtd-hook-mtdsplit-into-Kbuild.patch +++ b/target/linux/generic/patches-3.18/406-mtd-hook-mtdsplit-into-Kbuild.patch @@ -1,8 +1,8 @@ --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig -@@ -32,6 +32,8 @@ config MTD_UIMAGE_SPLIT +@@ -27,6 +27,8 @@ config MTD_SPLIT_FIRMWARE_NAME depends on MTD_SPLIT_FIRMWARE - default y + default "firmware" +source "drivers/mtd/mtdsplit/Kconfig" + |