From: Gabor Juhos <juhosg@openwrt.org>
Date: Sat, 21 Sep 2013 17:56:01 +0000 (+0000)
Subject: kernel/3.10: add default partition name defines to mtdsplit.h
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=98db90576c2f54a69f8099eb427e1abfcfbe2800;p=openwrt%2Fstaging%2Fadrian.git

kernel/3.10: add default partition name defines to mtdsplit.h

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38112
---

diff --git a/target/linux/generic/files/drivers/mtd/mtdsplit.h b/target/linux/generic/files/drivers/mtd/mtdsplit.h
index 48cb44c090..7ee88b0bb4 100644
--- a/target/linux/generic/files/drivers/mtd/mtdsplit.h
+++ b/target/linux/generic/files/drivers/mtd/mtdsplit.h
@@ -13,6 +13,9 @@
 #ifndef _MTDSPLIT_H
 #define _MTDSPLIT_H
 
+#define KERNEL_PART_NAME	"kernel"
+#define ROOTFS_PART_NAME	"rootfs"
+
 #define ROOTFS_SPLIT_NAME	"rootfs_data"
 
 #ifdef CONFIG_MTD_SPLIT