aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wrt350nv2-builder
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-02-11 14:03:04 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-02-11 14:03:04 +0000
commit599f1671ccf307c0873f270b577d2a222c723655 (patch)
treead6d4672469637611530cabd3f1aaaa51dd059bf /tools/wrt350nv2-builder
parent309ae8d717aef5f38856f5633cba8ae1fc6e8584 (diff)
downloadmaster-187ad058-599f1671ccf307c0873f270b577d2a222c723655.tar.gz
master-187ad058-599f1671ccf307c0873f270b577d2a222c723655.tar.bz2
master-187ad058-599f1671ccf307c0873f270b577d2a222c723655.zip
[tools/wrt350nv2-builder]: the url isn't valid for some time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25463 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/wrt350nv2-builder')
-rw-r--r--tools/wrt350nv2-builder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wrt350nv2-builder/Makefile b/tools/wrt350nv2-builder/Makefile
index 61a555eb76..689fd32a53 100644
--- a/tools/wrt350nv2-builder/Makefile
+++ b/tools/wrt350nv2-builder/Makefile
@@ -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/; )