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 | c70fa62f6cfd48957e22c2060390bf8ca0e1c564 (patch) | |
tree | aecff804398c817869fcb0cbe76856a959fd4de3 /target/linux/generic/files | |
parent | 4f40e9f56159a005dc3a610f3defcb4d4d3167cc (diff) | |
download | upstream-c70fa62f6cfd48957e22c2060390bf8ca0e1c564.tar.gz upstream-c70fa62f6cfd48957e22c2060390bf8ca0e1c564.tar.bz2 upstream-c70fa62f6cfd48957e22c2060390bf8ca0e1c564.zip |
kernel/3.10: add default partition name defines to mtdsplit.h
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files')
-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 |