mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:32:59 +02:00
linux/ar71xx: update wget2nand script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26747 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dfba2f5fb1
commit
b7a26a735b
@ -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