aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-25 16:22:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-25 16:22:54 +0000
commite14da083c865ee5c2507e3c9745133c6c743c39a (patch)
tree1478c939b83f26aac93816c7240487857a81f819 /target/linux/ar71xx/base-files
parent6bcee5ca6a0311b76128eda30f9195448e24b118 (diff)
downloadupstream-e14da083c865ee5c2507e3c9745133c6c743c39a.tar.gz
upstream-e14da083c865ee5c2507e3c9745133c6c743c39a.tar.bz2
upstream-e14da083c865ee5c2507e3c9745133c6c743c39a.zip
AA: ar71xx: install lzma compressed elf kernel image from wget2nand
Backport of r34273. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-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')"