updated to use the OpenWRT 22.03.0 release

This commit is contained in:
Attila Lendvai
2022-09-14 21:27:44 +02:00
parent 5efa008e3b
commit b63b613949

View File

@@ -12,7 +12,7 @@ BUILD=`readlink -f $BUILD`
###
### chose a release
###
RELEASE="22.03.0-rc3"
RELEASE="22.03.0"
IMGBUILDER_NAME="openwrt-imagebuilder-${RELEASE}-${TARGET_ARCHITECTURE}-${TARGET_VARIANT}.Linux-x86_64"
IMGBUILDER_DIR="${BUILD}/${IMGBUILDER_NAME}"