Author: nbd Date: 2014-12-27 14:03:26 +0100 (Sat, 27 Dec 2014) New Revision: 43789
Modified: trunk/target/linux/oxnas/Makefile Log: oxnas: re-enable ubifs 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]> Modified: trunk/target/linux/oxnas/Makefile =================================================================== --- trunk/target/linux/oxnas/Makefile 2014-12-27 13:03:19 UTC (rev 43788) +++ trunk/target/linux/oxnas/Makefile 2014-12-27 13:03:26 UTC (rev 43789) @@ -10,7 +10,7 @@ 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]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
