New switch - freeze armbian packages (u-boot, kernel, dtb)

This commit is contained in:
Igor Pecovnik
2017-06-17 21:34:03 +02:00
parent 83fd67137b
commit f4265dc6b4
3 changed files with 11 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ BUILD_ALL="no" # cycle through available boards and make images or kernel/u-b
BETA="" # set yes to add subrevision with tomorrow's date. For internal use.
MULTITHREAD="" # build n images at once. For internal use.
BSPFREEZE="" # freeze armbian packages (u-boot, kernel, dtb, bsp)
# build script version to use
LIB_TAG="" # empty for latest version,
@@ -99,4 +100,4 @@ fi
# If you are committing new version of this file, increment VERSION
# Only integers are supported
# VERSION=25
# VERSION=26