Browse Source

ar71xx: install lzma compressed elf kernel image from wget2nand

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 34273
Gabor Juhos 13 years ago
parent
commit
33a99ce46b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/base-files/sbin/wget2nand

+ 1 - 1
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')"