Date:2011-04-21 15:18:33 (2 years 1 month ago)
Author:acoul
Commit:15b4a061a0b709a05600954aea52d5c5e2dd0a6f
Message:linux/adm5120: update wget2nand script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/adm5120/router_le/base-files/sbin/wget2nand (1 diff)

Change Details

target/linux/adm5120/router_le/base-files/sbin/wget2nand
5252rm -rf /tmp/wget2nand-rootfs/*
5353
5454echo "Copying filesystem..."
55( wget -O - $url/openwrt-adm5120-rootfs.tgz) | ( cd /tmp/wget2nand-rootfs/; tar xvz )
55( wget -O - $url/openwrt-adm5120-router_le-rootfs.tar.gz) | ( cd /tmp/wget2nand-rootfs/; tar xvz )
5656# RouterBOOT is looking for a kernel named "kernel"
57wget -O /tmp/wget2nand-kernel/kernel $url/openwrt-adm5120-rb1xx-kernel
57wget -O /tmp/wget2nand-kernel/kernel $url/openwrt-adm5120-router_le-vmlinux.elf
5858
5959chmod +x /tmp/wget2nand-kernel/kernel
6060

Archive Download the corresponding diff file



interactive