summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/sbin
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-20 12:17:44 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-20 12:17:44 +0000
commit33a99ce46b814386126769cff92ea0ecb9630112 (patch)
treef2c4eda01dbb20d4b254d943eca4f1b63939384d /target/linux/ar71xx/base-files/sbin
parent68b5aa2fdf3d8bf7269296c55905914a7d15a420 (diff)
downloadmaster-31e0f0ae-33a99ce46b814386126769cff92ea0ecb9630112.tar.gz
master-31e0f0ae-33a99ce46b814386126769cff92ea0ecb9630112.tar.bz2
master-31e0f0ae-33a99ce46b814386126769cff92ea0ecb9630112.zip
ar71xx: install lzma compressed elf kernel image from wget2nand
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34273
Diffstat (limited to 'target/linux/ar71xx/base-files/sbin')
-rwxr-xr-xtarget/linux/ar71xx/base-files/sbin/wget2nand2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/sbin/wget2nand b/target/linux/ar71xx/base-files/sbin/wget2nand
index 9cd6e7c40e..56a8ae2244 100755
--- a/target/linux/ar71xx/base-files/sbin/wget2nand
+++ b/target/linux/ar71xx/base-files/sbin/wget2nand
@@ -27,7 +27,7 @@ url=$1
exit 1
}
-url_kernel=$url/openwrt-ar71xx-nand-vmlinux.elf
+url_kernel=$url/openwrt-ar71xx-nand-vmlinux-lzma.elf
url_rootfs=$url/openwrt-ar71xx-nand-rootfs.tar.gz
mtd_kernel="$(find_mtd_part 'kernel')"