layerscape: Change to combined rootfs on sd images
[openwrt/staging/wigyori.git] / target / linux / layerscape / Makefile
index c5b27ad0c7c33adafe4dda551888f0186dcfd7d2..90307478232732d1072eb2513a2c9ee4ddb452f6 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 BOARD:=layerscape
 BOARDNAME:=NXP Layerscape
 KERNEL_PATCHVER:=5.4
-FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4
+FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
 SUBTARGETS:=armv8_64b armv7
 
 define Target/Description
@@ -19,6 +19,6 @@ endef
 include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
-  partx-utils
+  mkf2fs e2fsprogs partx-utils
 
 $(eval $(call BuildTarget))