mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
linux/ar71xx: update wget2nand script
SVN-Revision: 26747
This commit is contained in:
parent
015b010f90
commit
f13581eedb
@ -27,8 +27,8 @@ url=$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')"
|
||||
|
Loading…
Reference in New Issue
Block a user