ar71xx: Make wget2nand look for LEDE project firmware files
authordiizzyy <diizzyy@users.noreply.github.com>
Sun, 31 Jul 2016 20:46:29 +0000 (22:46 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 26 Jul 2016 06:39:36 +0000 (08:39 +0200)
Make wget2nand aware of the new file names

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
target/linux/ar71xx/base-files/sbin/wget2nand

index 8175a9e2a1a242507095801e8b67ac002a0cd04b..c80e21ccc712fc5010f3ac0fa690950f68dc805c 100755 (executable)
@@ -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')"