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>2020-01-21 17:49:05 +0300
committernachoparker <nacho@ownyourbits.com>2020-01-22 06:10:06 +0300
commit3af0c4651626140172816536ac782b8562958183 (patch)
treeb5140e2cf5e5786398cc85b204c291058abcee1b
parenta98baee67f084d7a34213cf15ac24704f6e574e3 (diff)
build: update armbian branches
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rwxr-xr-xbuild-SD-armbian.sh2
-rw-r--r--config-odroidxu4.conf2
-rw-r--r--config-rock64.conf2
-rw-r--r--etc/ncp-config.d/nc-update-nextcloud.cfg2
-rw-r--r--ncp-web/ncp-launcher.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/build-SD-armbian.sh b/build-SD-armbian.sh
index 58b9be0e..da1a1945 100755
--- a/build-SD-armbian.sh
+++ b/build-SD-armbian.sh
@@ -42,7 +42,7 @@ CONF=armbian/userpatches/config-ncp.conf
# default parameters
cat > "$CONF" <<EOF
BOARD="$BOARD"
-BRANCH=current
+BRANCH=legacy
RELEASE=$RELEASE
KERNEL_ONLY=no
KERNEL_CONFIGURE=no
diff --git a/config-odroidxu4.conf b/config-odroidxu4.conf
index 38e1a2d0..e3b8e8b5 100644
--- a/config-odroidxu4.conf
+++ b/config-odroidxu4.conf
@@ -2,4 +2,4 @@
# Place here configuration options that differ from standard NCP build options
#
-BRANCH=dev
+#BRANCH=dev
diff --git a/config-rock64.conf b/config-rock64.conf
index 1522c8be..defe2be1 100644
--- a/config-rock64.conf
+++ b/config-rock64.conf
@@ -3,4 +3,4 @@
#
EXPERT=yes
-LIB_TAG=rockchip-default
+#BRANCH=dev
diff --git a/etc/ncp-config.d/nc-update-nextcloud.cfg b/etc/ncp-config.d/nc-update-nextcloud.cfg
index d81e9912..0be2f631 100644
--- a/etc/ncp-config.d/nc-update-nextcloud.cfg
+++ b/etc/ncp-config.d/nc-update-nextcloud.cfg
@@ -3,7 +3,7 @@
"name": "Nc-update-nextcloud",
"title": "nc-update-nextcloud",
"description": "Update current instance to a new Nextcloud version",
- "info": "Set to 0 to update to the latest avaliable version",
+ "info": "Set to 0 to update to the latest available version",
"infotitle": "",
"params": [
{
diff --git a/ncp-web/ncp-launcher.php b/ncp-web/ncp-launcher.php
index a74bb01a..c7d26ae0 100644
--- a/ncp-web/ncp-launcher.php
+++ b/ncp-web/ncp-launcher.php
@@ -16,7 +16,7 @@ $cfg_dir = '/usr/local/etc/ncp-config.d/';
$l10nDir = "l10n";
ignore_user_abort(true);
-//
+//
// language
//
require("L10N.php");