X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffstools.git;a=blobdiff_plain;f=mount_root.c;h=1df472357db4b033dc75e7e31e1b0d4426f35cd9;hp=e281c0b9ee978810612dfef2ba8a3718f13f98cc;hb=aa3c7ce6a37f2a2844d61a90cc510062b5ee1ddb;hpb=9303a84fb4bcf84ebcf58f2afdd7cac7dde0161f diff --git a/mount_root.c b/mount_root.c index e281c0b..1df4723 100644 --- a/mount_root.c +++ b/mount_root.c @@ -46,6 +46,7 @@ start(int argc, char *argv[1]) return ramoverlay(); case FS_JFFS2: + case FS_UBIFS: mount_overlay(); break;