projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] add some missing wndr3800 base-files definitions
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
sbin
/
wget2nand
diff --git
a/target/linux/ar71xx/base-files/sbin/wget2nand
b/target/linux/ar71xx/base-files/sbin/wget2nand
index
171e3fa
..
9cd6e7c
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
}
exit 1
}
-url_kernel=$url/openwrt-ar71xx-vmlinux.elf
-url_rootfs=$url/openwrt-ar71xx-rootfs.tar.gz
+url_kernel=$url/openwrt-ar71xx-
nand-
vmlinux.elf
+url_rootfs=$url/openwrt-ar71xx-
nand-
rootfs.tar.gz
mtd_kernel="$(find_mtd_part 'kernel')"
mtd_rootfs="$(find_mtd_part 'rootfs')"
mtd_kernel="$(find_mtd_part 'kernel')"
mtd_rootfs="$(find_mtd_part 'rootfs')"
This page took
0.023984 seconds
and
4
git commands to generate.