From 3242c076492a46ddf5da92fb4bd3de813cab56f4 Mon Sep 17 00:00:00 2001 From: Josua Mayer Date: Tue, 9 Aug 2016 15:23:24 +0200 Subject: mvebu: add sdcard image creation script Added gen_mvebu_sdcard_img.sh to facilitate creating an fixed-size sdcard image, adding the bootloader and populating it with actual data. Added the required rules for creating a 4GB sdcard image according to this layout: p0: boot (fat32) p1: rootfs (squashfs) p2: rootfs_data (ext4) This should be generic to any mvebu boards that can boot from block storage. Added the new sdcard image to the Clearfog image profile. Signed-off-by: Josua Mayer Signed-off-by: Felix Fietkau [cleanup] --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/Config-images.in b/config/Config-images.in index b73442d6f6..4e7f8c5197 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -259,7 +259,7 @@ menu "Target Images" config TARGET_ROOTFS_PARTSIZE int "Root filesystem partition size (in MB)" - depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 + depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu default 48 help Select the root filesystem partition size. -- cgit v1.2.3