Re: [LEDE-DEV] [PATCH 07/12] at91: sdcard image with ext4 rootfs

2018-04-29 Thread Felix Fietkau
On 2018-04-02 18:34, Sandeep Sheriker Mallikarjun wrote: > creating sdcard image with ext4 rootfs only and ignoring creating > other filesystem in sdcard image. > > Signed-off-by: Sandeep Sheriker Mallikarjun > Why do you need ext4 images? I think squashfs images (with f2fs/ext4 overlay created

[LEDE-DEV] [PATCH 07/12] at91: sdcard image with ext4 rootfs

2018-04-02 Thread Sandeep Sheriker Mallikarjun
creating sdcard image with ext4 rootfs only and ignoring creating other filesystem in sdcard image. Signed-off-by: Sandeep Sheriker Mallikarjun --- target/linux/at91/image/Makefile | 2 +- target/linux/at91/image/sama5.mk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/t