[source] ar71xx: Make wget2nand look for LEDE project firmware files

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 1 03:11:10 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=1bcad76395264af9bb2ca7d0ebb2027ed3279965

commit 1bcad76395264af9bb2ca7d0ebb2027ed3279965
Author: diizzyy <diizzyy at users.noreply.github.com>
AuthorDate: Sun Jul 31 22:46:29 2016 +0200

    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 at pyret.net>
---
 target/linux/ar71xx/base-files/sbin/wget2nand | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ar71xx/base-files/sbin/wget2nand b/target/linux/ar71xx/base-files/sbin/wget2nand
index 8175a9e..c80e21c 100755
--- a/target/linux/ar71xx/base-files/sbin/wget2nand
+++ b/target/linux/ar71xx/base-files/sbin/wget2nand
@@ -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')"



More information about the lede-commits mailing list