diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-11 14:03:04 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-11 14:03:04 +0000 |
commit | 776dff339e057ff89f3209e6e098dee7ebda3993 (patch) | |
tree | 8688f177245493de9e014fdfba938fbc9e82a924 /tools/wrt350nv2-builder/Makefile | |
parent | 77d0d3783b58ea9180199582c8c3c674fc6d21dd (diff) | |
download | upstream-776dff339e057ff89f3209e6e098dee7ebda3993.tar.gz upstream-776dff339e057ff89f3209e6e098dee7ebda3993.tar.bz2 upstream-776dff339e057ff89f3209e6e098dee7ebda3993.zip |
the url isn't valid for some time
SVN-Revision: 25463
Diffstat (limited to 'tools/wrt350nv2-builder/Makefile')
-rw-r--r-- | tools/wrt350nv2-builder/Makefile | 2 |
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/; ) |