Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-11-09 20:54:18 +0300
committernachoparker <nacho@ownyourbits.com>2022-03-03 00:53:24 +0300
commit9bf5ff032c351bf7ef74828b967dff0bcfba78b2 (patch)
tree47f41441489a89e92eed584236112bd5d013b236 /build/build-SD-armbian.sh
parentdd8fc3dd7d663faf5d916039ee042ef049aaf728 (diff)
update to Debian 11 Bullseyev1.45.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'build/build-SD-armbian.sh')
-rwxr-xr-xbuild/build-SD-armbian.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build-SD-armbian.sh b/build/build-SD-armbian.sh
index 155ade91..ad72c790 100755
--- a/build/build-SD-armbian.sh
+++ b/build/build-SD-armbian.sh
@@ -46,10 +46,10 @@ CONF=armbian/userpatches/config-ncp.conf
# default parameters
cat > "$CONF" <<EOF
BOARD="$BOARD"
-BRANCH=legacy
-RELEASE=$RELEASE
+BRANCH=current
+RELEASE=${RELEASE%%-security}
KERNEL_ONLY=no
-KERNEL_CONFIGURE=no
+KERNEL_CONFIGURE=prebuilt
BUILD_DESKTOP=no
BUILD_MINIMAL=yes
USE_CCACHE=yes