[LEDE-DEV] [PATCH v1 3/4] at91: Add ext4 filesystem
Sandeep Sheriker Mallikarjun
sandeepsheriker.mallikarjun at microchip.com
Fri Oct 13 10:21:51 PDT 2017
Add ext4 filesystem for creating sdcard image with ext4 rootfs and
removing ext2 as it superset of ext4.
Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
---
target/linux/at91/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile
index 948419a..c4de685 100644
--- a/target/linux/at91/Makefile
+++ b/target/linux/at91/Makefile
@@ -10,7 +10,7 @@ ARCH:=arm
BOARD:=at91
MAINTAINER:=Claudio Mignanti <c.mignanti at gmail.com>
BOARDNAME:=Microchip (Atmel AT91)
-FEATURES:=squashfs targz ext2 usb usbgadget ubifs
+FEATURES:=ext4 squashfs targz usb usbgadget ubifs
SUBTARGETS:=sama5 legacy
KERNEL_PATCHVER:=4.4
--
2.7.4
More information about the Lede-dev
mailing list