diff options
author | John Crispin <blogic@openwrt.org> | 2011-02-04 22:46:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-02-04 22:46:52 +0000 |
commit | ddfac6dfd3856a9cf360837e4725edcd78caf793 (patch) | |
tree | fd7bef549a4d57306909da7df9c87bea3a5a4956 /package/uboot-lantiq | |
parent | 959ac3d1b777b1fdd66483922a9d44664e10088a (diff) | |
download | upstream-ddfac6dfd3856a9cf360837e4725edcd78caf793.tar.gz upstream-ddfac6dfd3856a9cf360837e4725edcd78caf793.tar.bz2 upstream-ddfac6dfd3856a9cf360837e4725edcd78caf793.zip |
[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
Diffstat (limited to 'package/uboot-lantiq')
-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" |