1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 10:15:11 +02:00

[uboot-lantiq]

* tftp name was not in sync with that generated by openwrt


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25365 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2011-02-04 22:46:52 +00:00
parent d9504fed20
commit 7f398df47f

View File

@ -89,7 +89,7 @@
"update_uboot=tftp 0x80500000 ${tftppath}u-boot-" CONFIG_ARCADYAN ".bin;era 0xb0000000 +${filesize};" \ "update_uboot=tftp 0x80500000 ${tftppath}u-boot-" CONFIG_ARCADYAN ".bin;era 0xb0000000 +${filesize};" \
"cp.b 0x80500000 0xb0000000 ${filesize}\0" \ "cp.b 0x80500000 0xb0000000 ${filesize}\0" \
"update_openwrt=tftp ${ram_addr} " \ "update_openwrt=tftp ${ram_addr} " \
"${tftppath}openwrt-lantiq-" CONFIG_ARCADYAN "-squashfs.image;" \ "${tftppath}openwrt-lantiq-xway-" CONFIG_ARCADYAN "-squashfs.image;" \
"era ${kernel_addr} +${filesize};" \ "era ${kernel_addr} +${filesize};" \
"cp.b ${ram_addr} ${kernel_addr} ${filesize}\0" "cp.b ${ram_addr} ${kernel_addr} ${filesize}\0"