1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 22:24:39 +02:00

ar71xx: install lzma compressed elf kernel image from wget2nand

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34273 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-11-20 12:17:44 +00:00
parent 7a75d4a8f8
commit 097d2aebb1

View File

@ -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')"