* tftp name was not in sync with that generated by openwrt
SVN-Revision: 25365
This commit is contained in:
parent
2a17a1dd1d
commit
640f3eb0b4
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
"update_uboot=tftp 0x80500000 ${tftppath}u-boot-" CONFIG_ARCADYAN ".bin;era 0xb0000000 +${filesize};" \
|
||||
"cp.b 0x80500000 0xb0000000 ${filesize}\0" \
|
||||
"update_openwrt=tftp ${ram_addr} " \
|
||||
"${tftppath}openwrt-lantiq-" CONFIG_ARCADYAN "-squashfs.image;" \
|
||||
"${tftppath}openwrt-lantiq-xway-" CONFIG_ARCADYAN "-squashfs.image;" \
|
||||
"era ${kernel_addr} +${filesize};" \
|
||||
"cp.b ${ram_addr} ${kernel_addr} ${filesize}\0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue