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-a3cf2f4a3e73master
parent
68f74bd0d7
commit
5da0e05c2e
|
@ -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')"
|
||||
|
|
Loading…
Reference in New Issue