diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 17:56:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 17:56:01 +0000 |
commit | 98db90576c2f54a69f8099eb427e1abfcfbe2800 (patch) | |
tree | f62205f71a6bad8dc2ac81ed9c05287dccc4e4c0 /target | |
parent | 61c39f923be2d29702f8eb3a27519a00b790cd79 (diff) | |
download | upstream-98db90576c2f54a69f8099eb427e1abfcfbe2800.tar.gz upstream-98db90576c2f54a69f8099eb427e1abfcfbe2800.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/generic/files/drivers/mtd/mtdsplit.h | 3 |
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 |