linux/adm5120: update wget2nand script
authorAlexandros C. Couloumbis <alex@ozo.com>
Thu, 21 Apr 2011 13:18:33 +0000 (13:18 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Thu, 21 Apr 2011 13:18:33 +0000 (13:18 +0000)
SVN-Revision: 26748

target/linux/adm5120/router_le/base-files/sbin/wget2nand

index 20be45826b59a005b9b2df09413b216e30db5297..5263bffba4ee0bdc54943081e8047913296b9a0e 100755 (executable)
@@ -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