mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 09:09:44 +01:00
at91: Add ext4 filesystem
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@microchip.com>
This commit is contained in:
parent
43a0b72c3c
commit
1b368f1641
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ ARCH:=arm
|
|||
BOARD:=at91
|
||||
MAINTAINER:=Claudio Mignanti <c.mignanti@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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue