summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-24 17:17:04 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-24 17:17:04 +0000
commit7861defdcb0941c228824e345a9b32625eeca4c9 (patch)
tree853144687d088f91983149b6055851eeda6e0e1f /target
parent06adb0f93bdfc19cc62aa2c6f1f8cb8a6f4cae44 (diff)
The build system actually changed the routerboard kernel (#2584)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9430 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/adm5120/router_le/base-files/sbin/wget2nand6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/adm5120/router_le/base-files/sbin/wget2nand b/target/linux/adm5120/router_le/base-files/sbin/wget2nand
index adb56b946..9b27b579b 100755
--- a/target/linux/adm5120/router_le/base-files/sbin/wget2nand
+++ b/target/linux/adm5120/router_le/base-files/sbin/wget2nand
@@ -43,9 +43,13 @@ mkdir /tmp/wget2nand-boot
mount -t yaffs2 "$main" /tmp/wget2nand/
mount -t yaffs2 "$boot" /tmp/wget2nand-boot
+echo "Erasing existing files."
+rm -rf /tmp/wget2nand/*
+
echo "Copying filesystem..."
( 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