1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

ar71xx: Make wget2nand look for LEDE project firmware files

Make wget2nand aware of the new file names

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
diizzyy 2016-07-31 22:46:29 +02:00 committed by John Crispin
parent f3fbc80718
commit 1bcad76395

@ -27,8 +27,8 @@ url=$1
exit 1
}
url_kernel=$url/openwrt-ar71xx-mikrotik-vmlinux-lzma.elf
url_rootfs=$url/openwrt-ar71xx-mikrotik-rootfs.tar.gz
url_kernel=$url/lede-ar71xx-mikrotik-vmlinux-lzma.elf
url_rootfs=$url/lede-ar71xx-mikrotik-defaultnowifi-rootfs.tar.gz
mtd_kernel="$(find_mtd_part 'kernel')"
mtd_rootfs="$(find_mtd_part 'rootfs')"