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 | c623065eac4250abbb3c3b3472b39bd2cfbbcd3f (patch) | |
tree | af828dbdfe7ba45260d054e5bece2f554b2eea10 /target/linux/generic/patches-3.14/403-mtd-hook-mtdsplit-to-Kbuild.patch | |
parent | 2e64fe88692de20c1ce3494bcd0c6271570f3622 (diff) | |
download | upstream-c623065eac4250abbb3c3b3472b39bd2cfbbcd3f.tar.gz upstream-c623065eac4250abbb3c3b3472b39bd2cfbbcd3f.tar.bz2 upstream-c623065eac4250abbb3c3b3472b39bd2cfbbcd3f.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42828 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |