From 33a99ce46b814386126769cff92ea0ecb9630112 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Tue, 20 Nov 2012 12:17:44 +0000
Subject: [PATCH] ar71xx: install lzma compressed elf kernel image from
 wget2nand

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34273
---
 target/linux/ar71xx/base-files/sbin/wget2nand | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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')"
-- 
2.30.2