mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix image names in the wget2nand script
SVN-Revision: 11400
This commit is contained in:
parent
2ea9fc7b30
commit
64fddc8d81
@ -44,8 +44,8 @@ mount -t yaffs2 "$main" /tmp/wget2nand/
|
||||
mount -t yaffs2 "$boot" /tmp/wget2nand-boot
|
||||
|
||||
echo "Copying filesystem..."
|
||||
( wget -O - $url/openwrt-rb532-2.6-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
|
||||
wget -O /tmp/wget2nand-boot/kernel $url/openwrt-rb532-2.6-vmlinux
|
||||
( wget -O - $url/openwrt-rb532-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
|
||||
wget -O /tmp/wget2nand-boot/kernel $url/openwrt-rb532-vmlinux
|
||||
|
||||
# No need to patch the kernel, this was done during the build process
|
||||
chmod +x /tmp/wget2nand-boot/kernel
|
||||
|
Loading…
Reference in New Issue
Block a user