From 781e437cf3c878aff03d568b484fad91dc169aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 23 Oct 2021 10:00:51 +0300 Subject: [PATCH] Bump OpenWrt version --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index fa32784..8f2eef4 100644 --- a/script.sh +++ b/script.sh @@ -2,7 +2,7 @@ set -e set -x -RELEASE=19.07.6 +RELEASE=21.02.0 if [ ! -f openwrt-imagebuilder-ath79-generic.Linux-x86_64.tar.xz ]; then echo "ERROR: tarball does not exist, terminating"