From cc849c9ff6b5d371d4e9eeca45fc6a28893cd79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 4 Dec 2015 09:33:04 +0000 Subject: kernel: drop old uimage splitter from 4.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47747 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-4.4/430-mtd-add-myloader-partition-parser.patch') 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. -- cgit v1.2.3