aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2011-04-21 13:18:33 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2011-04-21 13:18:33 +0000
commit97ee5a672423bac1133c415fe1d1a4edfcc2a79a (patch)
treefa1f995d383224bcd55853120af74779394a5c07 /target/linux/adm5120
parent4665b24467a324a35547f17445f62a51cf37bc47 (diff)
downloadmaster-187ad058-97ee5a672423bac1133c415fe1d1a4edfcc2a79a.tar.gz
master-187ad058-97ee5a672423bac1133c415fe1d1a4edfcc2a79a.tar.bz2
master-187ad058-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-xtarget/linux/adm5120/router_le/base-files/sbin/wget2nand4
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