We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7707e commit 3871085Copy full SHA for 3871085
meta/conf/distro/chirpstack-gateway-os.conf
@@ -1,5 +1,5 @@
1
DISTRO = "chirpstack-gateway-os"
2
DISTRO_NAME = "ChirpStack Gateway OS"
3
-DISTRO_VERSION = "3.3.3"
+DISTRO_VERSION = "3.4.0"
4
5
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"
scripts/chirpstack-prepare-deploy
@@ -2,7 +2,7 @@
do_deploy() {
- SRC_DIR=/build/tmp/$2/$3-glibc/deploy/$1
+ SRC_DIR=/build/tmp/$3-glibc/deploy/$1
6
DEPLOY_DIR=/chirpstack-gateway-os/deploy/$2/$3/$1
7
8
mkdir -p $DEPLOY_DIR
@@ -13,7 +13,7 @@ do_deploy() {
13
}
14
15
16
-VERSION="3.3.3"
+VERSION="3.4.0"
17
18
do_deploy $VERSION "raspberrypi" "raspberrypi4"
19
do_deploy $VERSION "raspberrypi" "raspberrypi3"
0 commit comments