Changed to openwrt imagebuilder, back to release instead of snapshots

This commit is contained in:
Martin Friedrich 2018-06-25 10:40:38 +02:00 committed by Attila Lendvai
parent e96f2d38cc
commit a761fb7630

View File

@ -28,7 +28,7 @@ BUILD=`absolutize $BUILD`
#RELEASE="15.05.1"
RELEASE="17.01.4"
IMGBUILDER_NAME="openwrt-imagebuilder-${RELEASE}-${TARGET_ARCHITECTURE}-${TARGET_VARIANT}.Linux-x86_64"
IMGBUILDER_NAME="lede-imagebuilder-${RELEASE}-${TARGET_ARCHITECTURE}-${TARGET_VARIANT}.Linux-x86_64"
IMGBUILDER_DIR="${BUILD}/${IMGBUILDER_NAME}"
IMGBUILDER_ARCHIVE="${IMGBUILDER_NAME}.tar.xz"