aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-15 17:03:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-15 17:03:29 +0000
commitbfe5dcd235b469b42246924d8a825ac451eec6bc (patch)
tree7763a34b7401b5ce95f1129c36484236d839f0b8 /target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch
parent9aa1ed8c463ebf36a3c3530a29ed18caf9d97534 (diff)
downloadupstream-bfe5dcd235b469b42246924d8a825ac451eec6bc.tar.gz
upstream-bfe5dcd235b469b42246924d8a825ac451eec6bc.tar.bz2
upstream-bfe5dcd235b469b42246924d8a825ac451eec6bc.zip
kernel/3.10: add new Kconfig option for firmware partition split
Add a new kernel config option for generic firmware partition split support and change the uImage split support to depend on the new option. Aslo rename the MTD_UIMAGE_SPLIT_NAME option to MTD_SPLIT_FIRMWARE_NAME to make it more generic. The patch is in preparation for multiple firmware format support. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38002 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch')
-rw-r--r--target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch b/target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch
index 4b61307c37..bca00230ae 100644
--- a/target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch
+++ b/target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch
@@ -1,6 +1,6 @@
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
-@@ -176,6 +176,22 @@ config MTD_BCM47XX_PARTS
+@@ -181,6 +181,22 @@ config MTD_BCM47XX_PARTS
This provides partitions parser for devices based on BCM47xx
boards.