scripts: ubinize-image: make rootfs optional
authorRobert Marko <robimarko@gmail.com>
Mon, 20 Sep 2021 10:10:07 +0000 (12:10 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 28 Nov 2021 16:17:22 +0000 (17:17 +0100)
commit5a305e429facce7fae71f5589b4adbb55b918c9c
tree8d8fe65d89782fb2fca350a0637661ceef22cc6c
parentda3261e57cf33d6804222c614c77e13fdb32cf95
scripts: ubinize-image: make rootfs optional

Currently ubinize-image script always expects the
rootfs image to be passed and a volume for it created.

So, to allow only ubinizing a kernel for example which
the MikroTik hAP ac3 and other new NAND devices from
MikroTik require make rootfs an optional parameter like
kernel.

Signed-off-by: Robert Marko <robimarko@gmail.com>
scripts/ubinize-image.sh