diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-07 07:35:17 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-07 07:35:17 +0000 |
commit | b9d3767ada27b9177f6a7ed9f33ab2b2c8fde704 (patch) | |
tree | d2a5cd78eb91654299452947dac8a5c4dddbfd8d /target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch | |
parent | 2818493e823e1d01ef6e6b04343034d79021d7a3 (diff) | |
download | upstream-b9d3767ada27b9177f6a7ed9f33ab2b2c8fde704.tar.gz upstream-b9d3767ada27b9177f6a7ed9f33ab2b2c8fde704.tar.bz2 upstream-b9d3767ada27b9177f6a7ed9f33ab2b2c8fde704.zip |
kernel: move old "rootfs" splitter into separated file
This will simplify removing it in the future.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42828
Diffstat (limited to 'target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch b/target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch index be2ee69d6c..a70f81828c 100644 --- a/target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch +++ b/target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig -@@ -37,6 +37,11 @@ config MTD_UIMAGE_SPLIT +@@ -32,6 +32,11 @@ config MTD_UIMAGE_SPLIT depends on MTD_SPLIT_FIRMWARE default y |