summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le
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
commitedfcbe5705a9d1ce7d21f7bf7460593447875822 (patch)
treea9321f20f094df1a57b35ea0579ef1938c2f9479 /target/linux/adm5120/router_le
parentf13581eedba597df4795222052328bf4575f37c9 (diff)
downloadmaster-31e0f0ae-edfcbe5705a9d1ce7d21f7bf7460593447875822.tar.gz
master-31e0f0ae-edfcbe5705a9d1ce7d21f7bf7460593447875822.tar.bz2
master-31e0f0ae-edfcbe5705a9d1ce7d21f7bf7460593447875822.zip
linux/adm5120: update wget2nand script
SVN-Revision: 26748
Diffstat (limited to 'target/linux/adm5120/router_le')
-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