X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tools%2Fwrt350nv2-builder%2FMakefile;h=689fd32a5382c0f96a161da3c5ec43c5a4b9187e;hb=5b9155bebae4972d6461697c6b2150f7eedbcb0f;hp=c8709693dfe4219149f268deeef9f8f288a590e8;hpb=f3299d51f805b95a8ec044959ad26e1c1561b97f;p=openwrt.git diff --git a/tools/wrt350nv2-builder/Makefile b/tools/wrt350nv2-builder/Makefile index c8709693df..689fd32a53 100644 --- a/tools/wrt350nv2-builder/Makefile +++ b/tools/wrt350nv2-builder/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wrt350nv2-builder -PKG_VERSION:=2.2 +PKG_VERSION:=2.3 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/${PKG_NAME}-$(PKG_VERSION) @@ -25,7 +25,7 @@ define Host/Install $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin $(INSTALL_BIN) $(HOST_BUILD_DIR)/wrt350nv2-builder $(STAGING_DIR_HOST)/bin/ # optionally the builder can add a u-boot binary to create a complete webupgrade image, but this is not mandatory -# u-boot images from stock firmware are available at ftp://ftp.maddes.net/openwrt/kamikaze/orion/stock/binaries/ +# u-boot images from stock firmware are available at ftp://ftp.maddes.net/openwrt/trunk/orion/stock/binaries/ [ ! -f "files/u-boot.bin" ] || ( \ $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/wrt350nv2-builder; \ $(CP) files/u-boot.bin $(STAGING_DIR_HOST)/share/wrt350nv2-builder/; )