From f9cdbd39efe3efc3f14384a5c43f39cfbd8ac79b Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Sat, 28 Nov 2020 22:14:47 +0100 Subject: [PATCH] update for 19.07.4 no changes were needed, all seems to still work --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f2ab58d..9c5ef85 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ BUILD=`readlink -f $BUILD` ### ### chose a release ### -RELEASE="18.06.1" +RELEASE="19.07.4" IMGBUILDER_NAME="openwrt-imagebuilder-${RELEASE}-${TARGET_ARCHITECTURE}-${TARGET_VARIANT}.Linux-x86_64" IMGBUILDER_DIR="${BUILD}/${IMGBUILDER_NAME}"