diff options
author | diizzyy <diizzyy@users.noreply.github.com> | 2016-07-31 22:46:29 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-26 08:39:36 +0200 |
commit | 1bcad76395264af9bb2ca7d0ebb2027ed3279965 (patch) | |
tree | 9a858f9e4b7ff52c25f47fdc0b7e2b14a8c3998f /target/linux/ar71xx/base-files | |
parent | f3fbc80718d2677357c957436fdea6daf53d3535 (diff) | |
download | upstream-1bcad76395264af9bb2ca7d0ebb2027ed3279965.tar.gz upstream-1bcad76395264af9bb2ca7d0ebb2027ed3279965.tar.bz2 upstream-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/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/sbin/wget2nand | 4 |
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')" |