ar71xx: install lzma compressed elf kernel image from wget2nand

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

SVN-Revision: 34273
master
Gabor Juhos 12 years ago
parent 68b5aa2fdf
commit 33a99ce46b
  1. 2
      target/linux/ar71xx/base-files/sbin/wget2nand

@ -27,7 +27,7 @@ url=$1
exit 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 url_rootfs=$url/openwrt-ar71xx-nand-rootfs.tar.gz
mtd_kernel="$(find_mtd_part 'kernel')" mtd_kernel="$(find_mtd_part 'kernel')"

Loading…
Cancel
Save