First Release

This commit is contained in:
BuildTools
2019-12-12 13:13:55 +13:00
commit 2626620ea5
27 changed files with 16224 additions and 0 deletions

4
custom/EXPORT_IMAGE Normal file
View File

@@ -0,0 +1,4 @@
IMG_SUFFIX="-lite"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi