aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-12-04 09:33:04 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-12-04 09:33:04 +0000
commitcc849c9ff6b5d371d4e9eeca45fc6a28893cd79a (patch)
tree34488b74fa2c1f7bc2cfafe2a66bf31ac97194ae /target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
parenta5989f59ae7980d4c230944b7dd8df0bef9028b0 (diff)
downloadmaster-187ad058-cc849c9ff6b5d371d4e9eeca45fc6a28893cd79a.tar.gz
master-187ad058-cc849c9ff6b5d371d4e9eeca45fc6a28893cd79a.tar.bz2
master-187ad058-cc849c9ff6b5d371d4e9eeca45fc6a28893cd79a.zip
kernel: drop old uimage splitter from 4.4
For a long time we have a dedicated firmware splitter for uimage as a replacement for the one builtin into mtd subsystem. For a year we got a proper warning for users sticking to the old one (r43700). It should be really safe to drop it now, especially since we do it for 4.4 only. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47747 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch')
-rw-r--r--target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch b/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
index fe74ad5927..a022564e9e 100644
--- a/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
+++ b/target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch
@@ -1,6 +1,6 @@
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
-@@ -179,6 +179,22 @@ config MTD_BCM47XX_PARTS
+@@ -174,6 +174,22 @@ config MTD_BCM47XX_PARTS
This provides partitions parser for devices based on BCM47xx
boards.