Disable AUFS for DEV branches since its broken most of the times and since its not important to include that. Also enable Pinebook CLI targets.

This commit is contained in:
Igor Pecovnik
2020-01-02 18:34:15 +01:00
parent 4e583ed0fe
commit 9ed0ecf59a
3 changed files with 6 additions and 0 deletions

View File

@@ -15,3 +15,5 @@ CAN_BUILD_STRETCH=yes
[[ -z $KERNELDIR ]] && KERNELDIR=$MAINLINE_KERNEL_DIR
[[ -z $KERNELSOURCE ]] && KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
[[ -z $KERNELBRANCH ]] && KERNELBRANCH='branch:linux-5.4.y'
[[ $BRANCH == dev ]] && AUFS="no"