After the changes make ubinize.cfg optional in image.mk, ubifs generation can now safely be enabled again.
Signed-off-by: Daniel Golle <[email protected]> --- target/linux/oxnas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index e919eef..05ae8cf 100644 --- a/target/linux/oxnas/Makefile +++ b/target/linux/oxnas/Makefile @@ -10,7 +10,7 @@ ARCH:=arm BOARD:=oxnas BOARDNAME:=PLXTECH/Oxford NAS782x/OX82x DEVICE_TYPE:=nas -FEATURES:=gpio nand pcie usb usbgadget ramdisk rtc squashfs +FEATURES:=gpio nand pcie usb usbgadget ramdisk rtc squashfs ubifs CPU_TYPE:=mpcore MAINTAINER:=Daniel Golle <[email protected]> -- 2.2.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
