2
0
forked from Ivasoft/openwrt

kernel: mtdsplit: support Seama entity with UBI

Some D-Link routers (e.g. DIR-885L) have NAND and use Seama format. It
means OpenWrt will want to have UBI in Sseama entity and should be able
to detect it.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 48600
This commit is contained in:
Rafał Miłecki
2016-02-01 12:41:53 +00:00
parent 4156f292c1
commit 9220dd5d36
2 changed files with 8 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
#define KERNEL_PART_NAME "kernel"
#define ROOTFS_PART_NAME "rootfs"
#define UBI_PART_NAME "ubi"
#define ROOTFS_SPLIT_NAME "rootfs_data"