Searched refs:url (Results 1 - 9 of 9) sorted by relevance

/openwrt/target/linux/adm5120/rb1xx/base-files/sbin/
H A Dwget2nand22 url=$1
23 [ -z "$url" ] && {
55 ( wget -O - $url/openwrt-adm5120-rb1xx-rootfs.tar.gz) | ( cd /tmp/wget2nand-rootfs/; tar xvz )
57 wget -O /tmp/wget2nand-kernel/kernel $url/openwrt-adm5120-rb1xx-vmlinux.elf
/openwrt/target/linux/ar71xx/base-files/sbin/
H A Dwget2nand23 url=$1
24 [ -z "$url" ] && {
30 url_kernel=$url/openwrt-ar71xx-mikrotik-vmlinux-lzma.elf
31 url_rootfs=$url/openwrt-ar71xx-mikrotik-rootfs.tar.gz
/openwrt/target/linux/rb532/base-files/sbin/
H A Dwget2nand21 url=$1
22 [ -z "$url" ] && {
47 ( wget -O - $url/openwrt-rb532-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
48 wget -O /tmp/wget2nand-boot/kernel $url/openwrt-rb532-vmlinux
/openwrt/scripts/flashing/
H A Djungo-image.py11 """Usage: %s [options] <IP_address> [image.bin | url]
23 If no image (or url) is given, a flash dump is created.
46 url = "" variable
72 if imagefile or url:
206 url = args[1] variable
242 if imagefile or url:
246 if url:
247 cmd = "load -u %s -r 0\n" % (url)
/openwrt/package/network/ipv6/6in4/files/
H A D6in4.sh94 local url="$http://ipv4.tunnelbroker.net/nic/update?hostname=$tunnelid"
101 if proto_6in4_update $urlget $urlget_opts --user="$username" --password="$password" "$url" 2>&1 | \
/openwrt/include/
H A Ddownload.mk53 $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "$(HASH)" "$(URL_FILE)" $(foreach url,$(URL),"$(url)")
/openwrt/scripts/
H A Dfeeds73 my $url = shift;
84 if( !$old_url || $old_url ne $url )
88 print LOC $url, "\n";
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade63 -f <config> restore configuration from .tar.gz (file or url)
/openwrt/target/sdk/
H A DMakefile37 BASE_FEED:=$(shell git config --get remote.origin.url 2>/dev/null | sed -ne 's/^/src-git base /p')

Completed in 47 milliseconds