projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3fbc80
)
ar71xx: Make wget2nand look for LEDE project firmware files
author
diizzyy
<
[email protected]
>
Sun, 31 Jul 2016 20:46:29 +0000
(22:46 +0200)
committer
John Crispin
<
[email protected]
>
Tue, 26 Jul 2016 06:39:36 +0000
(08:39 +0200)
Make wget2nand aware of the new file names
Signed-off-by: Daniel Engberg <
[email protected]
>
target/linux/ar71xx/base-files/sbin/wget2nand
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/sbin/wget2nand
b/target/linux/ar71xx/base-files/sbin/wget2nand
index 8175a9e2a1a242507095801e8b67ac002a0cd04b..c80e21ccc712fc5010f3ac0fa690950f68dc805c 100755
(executable)
--- 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')"