aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/image/boot.script
Commit message (Collapse)AuthorAgeFilesLines
* mvebu: ClearFog renamed upstream to ClearFog ProMarko Ratkaj2017-05-141-7/+0
| | | | | | The conventional model is now known as the "Clearfog Pro" Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* mvebu: add sdcard image creation scriptJosua Mayer2016-09-021-0/+7
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 <josua.mayer97@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanup]