the url isn't valid for some time
authorImre Kaloz <kaloz@openwrt.org>
Fri, 11 Feb 2011 14:03:04 +0000 (14:03 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 11 Feb 2011 14:03:04 +0000 (14:03 +0000)
SVN-Revision: 25463

tools/wrt350nv2-builder/Makefile

index 61a555eb76d7960ee2d946ab625c776d4fe26e77..689fd32a5382c0f96a161da3c5ec43c5a4b9187e 100644 (file)
@@ -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/; )