aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-07 17:45:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-07 17:45:04 +0000
commitef14abf2bb83f45d7de08ddcc0176eea972d2989 (patch)
tree3008431e1b208da6d2828c49ec62cc636cf5711a /target/linux/adm5120
parent1d8beaa089db2c1dd64795406a20a6804c719ce0 (diff)
downloadmaster-187ad058-ef14abf2bb83f45d7de08ddcc0176eea972d2989.tar.gz
master-187ad058-ef14abf2bb83f45d7de08ddcc0176eea972d2989.tar.bz2
master-187ad058-ef14abf2bb83f45d7de08ddcc0176eea972d2989.zip
[adm5120] fix image names in the whet2nand script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11399 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120')
-rwxr-xr-xtarget/linux/adm5120/router_le/base-files/sbin/wget2nand4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/router_le/base-files/sbin/wget2nand b/target/linux/adm5120/router_le/base-files/sbin/wget2nand
index 6965e0af51..50e9ddb4fb 100755
--- a/target/linux/adm5120/router_le/base-files/sbin/wget2nand
+++ b/target/linux/adm5120/router_le/base-files/sbin/wget2nand
@@ -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