diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2011-04-21 13:18:33 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2011-04-21 13:18:33 +0000 |
commit | 97ee5a672423bac1133c415fe1d1a4edfcc2a79a (patch) | |
tree | fa1f995d383224bcd55853120af74779394a5c07 /target/linux/adm5120 | |
parent | 4665b24467a324a35547f17445f62a51cf37bc47 (diff) | |
download | upstream-97ee5a672423bac1133c415fe1d1a4edfcc2a79a.tar.gz upstream-97ee5a672423bac1133c415fe1d1a4edfcc2a79a.tar.bz2 upstream-97ee5a672423bac1133c415fe1d1a4edfcc2a79a.zip |
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')
-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 20be45826b..5263bffba4 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 |