mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
The build system actually changed the routerboard kernel (#2584)
SVN-Revision: 9430
This commit is contained in:
parent
39a43187f3
commit
0f239c91a9
@ -43,9 +43,13 @@ mkdir /tmp/wget2nand-boot
|
|||||||
mount -t yaffs2 "$main" /tmp/wget2nand/
|
mount -t yaffs2 "$main" /tmp/wget2nand/
|
||||||
mount -t yaffs2 "$boot" /tmp/wget2nand-boot
|
mount -t yaffs2 "$boot" /tmp/wget2nand-boot
|
||||||
|
|
||||||
|
echo "Erasing existing files."
|
||||||
|
rm -rf /tmp/wget2nand/*
|
||||||
|
|
||||||
echo "Copying filesystem..."
|
echo "Copying filesystem..."
|
||||||
( wget -O - $url/openwrt-adm5120-2.6-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
|
( wget -O - $url/openwrt-adm5120-2.6-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
|
||||||
wget -O /tmp/wget2nand-boot/kernel $url/openwrt-adm5120-2.6-rb1xx-vmlinux
|
# RouterBOOT is looking for a kernel named "kernel"
|
||||||
|
wget -O /tmp/wget2nand-boot/kernel $url/openwrt-adm5120-2.6-rb1xx-kernel
|
||||||
|
|
||||||
chmod +x /tmp/wget2nand-boot/kernel
|
chmod +x /tmp/wget2nand-boot/kernel
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user