diff options
author | John Crispin <john@openwrt.org> | 2011-02-04 22:46:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-04 22:46:52 +0000 |
commit | 640f3eb0b46ab96bb5cc9acc06369e081df97de1 (patch) | |
tree | 658976eff40fd8b73ef53bbdccccf73640d0e735 /package | |
parent | 2a17a1dd1d074cb7cbdd1ff17339478d69349f08 (diff) | |
download | upstream-640f3eb0b46ab96bb5cc9acc06369e081df97de1.tar.gz upstream-640f3eb0b46ab96bb5cc9acc06369e081df97de1.tar.bz2 upstream-640f3eb0b46ab96bb5cc9acc06369e081df97de1.zip |
* tftp name was not in sync with that generated by openwrt
SVN-Revision: 25365
Diffstat (limited to 'package')
-rw-r--r-- | package/uboot-lantiq/files/include/configs/arcadyan-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-lantiq/files/include/configs/arcadyan-common.h b/package/uboot-lantiq/files/include/configs/arcadyan-common.h index 3bb64312ec..71ad249439 100644 --- a/package/uboot-lantiq/files/include/configs/arcadyan-common.h +++ b/package/uboot-lantiq/files/include/configs/arcadyan-common.h @@ -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" |