summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authordiizzyy <diizzyy@users.noreply.github.com>2016-07-31 22:46:29 +0200
committerJohn Crispin <john@phrozen.org>2016-07-26 08:39:36 +0200
commit1bcad76395264af9bb2ca7d0ebb2027ed3279965 (patch)
tree9a858f9e4b7ff52c25f47fdc0b7e2b14a8c3998f /target/linux/ar71xx
parentf3fbc80718d2677357c957436fdea6daf53d3535 (diff)
downloadmaster-31e0f0ae-1bcad76395264af9bb2ca7d0ebb2027ed3279965.tar.gz
master-31e0f0ae-1bcad76395264af9bb2ca7d0ebb2027ed3279965.tar.bz2
master-31e0f0ae-1bcad76395264af9bb2ca7d0ebb2027ed3279965.zip
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>
Diffstat (limited to 'target/linux/ar71xx')
-rwxr-xr-xtarget/linux/ar71xx/base-files/sbin/wget2nand4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/sbin/wget2nand b/target/linux/ar71xx/base-files/sbin/wget2nand
index 8175a9e2a1..c80e21ccc7 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')"