AA: ar71xx: install lzma compressed elf kernel image from wget2nand
authorGabor Juhos <juhosg@openwrt.org>
Sun, 25 Nov 2012 16:22:54 +0000 (16:22 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 25 Nov 2012 16:22:54 +0000 (16:22 +0000)
Backport of r34273.

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

target/linux/ar71xx/base-files/sbin/wget2nand

index 9cd6e7c40e93f145fa693a88e633010c91d08ad2..56a8ae2244686d9574f25074058fbc2ffa635ab5 100755 (executable)
@@ -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')"