forked from Ivasoft/openwrt
kernel: mtdsplit: detect UBI partition when looking for rootfs
This allows mtdsplit parsers work with UBI which is very popular on NAND flases. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48599
This commit is contained in:
@@ -22,6 +22,7 @@ enum mtdsplit_part_type {
|
||||
MTDSPLIT_PART_TYPE_UNK = 0,
|
||||
MTDSPLIT_PART_TYPE_SQUASHFS,
|
||||
MTDSPLIT_PART_TYPE_JFFS2,
|
||||
MTDSPLIT_PART_TYPE_UBI,
|
||||
};
|
||||
|
||||
#ifdef CONFIG_MTD_SPLIT
|
||||
|
||||
Reference in New Issue
Block a user