mirror of https://github.com/hak5/openwrt-owl.git
kernel/3.10: add default partition name defines to mtdsplit.h
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38112owl
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