fix image names in the whet2nand script
authorGabor Juhos <juhosg@openwrt.org>
Sat, 7 Jun 2008 17:45:04 +0000 (17:45 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 7 Jun 2008 17:45:04 +0000 (17:45 +0000)
SVN-Revision: 11399

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

index 6965e0af51e58307a1da534208e2672a16d19eaf..50e9ddb4fb18ce3b69bcbb70aae8530c6cf20c49 100755 (executable)
@@ -52,9 +52,9 @@ echo "Erasing existing files..."
 rm -rf /tmp/wget2nand-rootfs/*
 
 echo "Copying filesystem..."
-( wget -O - $url/openwrt-adm5120-2.6-rootfs.tgz) | ( cd /tmp/wget2nand-rootfs/; tar xvz )
+( wget -O - $url/openwrt-adm5120-rootfs.tgz) | ( cd /tmp/wget2nand-rootfs/; tar xvz )
 # RouterBOOT is looking for a kernel named "kernel"
-wget -O /tmp/wget2nand-kernel/kernel $url/openwrt-adm5120-2.6-rb1xx-kernel
+wget -O /tmp/wget2nand-kernel/kernel $url/openwrt-adm5120-rb1xx-kernel
 
 chmod +x /tmp/wget2nand-kernel/kernel