mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-18 21:05:26 +00:00
kernel/3.10: add default partition name defines to mtdsplit.h
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38112
This commit is contained in:
parent
61c39f923b
commit
98db90576c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user