diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-21 13:18:33 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-21 13:18:33 +0000 |
commit | 15b4a061a0b709a05600954aea52d5c5e2dd0a6f (patch) | |
tree | fa1f995d383224bcd55853120af74779394a5c07 /target/linux/adm5120/router_le/base-files/sbin | |
parent | b7a26a735b0f6dd0dac4e57692bcf26412deb7a5 (diff) |
linux/adm5120: update wget2nand script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/router_le/base-files/sbin')
-rwxr-xr-x | target/linux/adm5120/router_le/base-files/sbin/wget2nand | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/router_le/base-files/sbin/wget2nand b/target/linux/adm5120/router_le/base-files/sbin/wget2nand index 20be45826..5263bffba 100755 --- a/target/linux/adm5120/router_le/base-files/sbin/wget2nand +++ b/target/linux/adm5120/router_le/base-files/sbin/wget2nand @@ -52,9 +52,9 @@ echo "Erasing existing files..." rm -rf /tmp/wget2nand-rootfs/* echo "Copying filesystem..." -( wget -O - $url/openwrt-adm5120-rootfs.tgz) | ( cd /tmp/wget2nand-rootfs/; tar xvz ) +( wget -O - $url/openwrt-adm5120-router_le-rootfs.tar.gz) | ( cd /tmp/wget2nand-rootfs/; tar xvz ) # RouterBOOT is looking for a kernel named "kernel" -wget -O /tmp/wget2nand-kernel/kernel $url/openwrt-adm5120-rb1xx-kernel +wget -O /tmp/wget2nand-kernel/kernel $url/openwrt-adm5120-router_le-vmlinux.elf chmod +x /tmp/wget2nand-kernel/kernel |