summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-21 17:56:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-21 17:56:01 +0000
commit98db90576c2f54a69f8099eb427e1abfcfbe2800 (patch)
treef62205f71a6bad8dc2ac81ed9c05287dccc4e4c0 /target/linux/generic/files
parent61c39f923be2d29702f8eb3a27519a00b790cd79 (diff)
downloadmaster-31e0f0ae-98db90576c2f54a69f8099eb427e1abfcfbe2800.tar.gz
master-31e0f0ae-98db90576c2f54a69f8099eb427e1abfcfbe2800.tar.bz2
master-31e0f0ae-98db90576c2f54a69f8099eb427e1abfcfbe2800.zip
kernel/3.10: add default partition name defines to mtdsplit.h
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38112
Diffstat (limited to 'target/linux/generic/files')
-rw-r--r--target/linux/generic/files/drivers/mtd/mtdsplit.h3
1 files changed, 3 insertions, 0 deletions
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