From 0d9401f3cb863d7aeb6c8f90635e325e130fb96e Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 25 Nov 2012 16:22:54 +0000 Subject: AA: ar71xx: install lzma compressed elf kernel image from wget2nand Backport of r34273. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34366 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 9cd6e7c40..56a8ae224 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')" -- cgit v1.2.3