ar71xx: install lzma compressed elf kernel image from wget2nand
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34273
This commit is contained in:
parent
68b5aa2fdf
commit
33a99ce46b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue