sunxi: make sdcard image with squashfs as rootfs
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 4 Jan 2017 14:19:28 +0000 (22:19 +0800)
committerFelix Fietkau <nbd@nbd.name>
Thu, 5 Jan 2017 10:09:14 +0000 (11:09 +0100)
commit8a2c56ca0326f944260f55fd03cafc34572dcba8
treed82ba20659dc006c787b88ce2699ba4daa014451
parent4eb0fd8283940db6a92bbba47b12a236f6adee62
sunxi: make sdcard image with squashfs as rootfs

Two things that need to be noted

 - There is no partition type id allocated for squashfs yet.  In the
   case of sunxi, any non-zero value should work and we keep it 83 (the
   value for ext4)
 - Remaining spare space within the rootfs partition, not the entire
   sdcard space will be formated as either f2fs or ext4 and mounted as
   overlay to serve the role of rootfs_data.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
target/linux/sunxi/Makefile