Bump the rootfs cache version

This commit is contained in:
zador-blood-stained 2018-06-05 19:13:31 +03:00
parent 0b89533bf1
commit 9c16ff681a

View File

@ -18,7 +18,7 @@ TZDATA=`cat /etc/timezone` # Timezone for target is taken from host or defined h
USEALLCORES=yes # Use all CPU cores for compiling
EXIT_PATCHING_ERROR="" # exit patching if failed
HOST="$(echo "$BOARD" | cut -f1 -d-)" # set hostname to the board
ROOTFSCACHE_VERSION=3
ROOTFSCACHE_VERSION=4
CHROOT_CACHE_VERSION=6
[[ -z $DISPLAY_MANAGER ]] && DISPLAY_MANAGER=nodm
ROOTFS_CACHE_MAX=16 # max number of rootfs cache, older ones will be cleaned up