mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user