summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image/lzma-loader/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: fix build of lzma-loader with binutils 2.25.1Hauke Mehrtens2015-09-121-1/+2
| | | | | | | | | | | | | | | | To make the lzma-loader build with binutils 2.25.1 it is needed to remove the .MIPS.abiflags section otherwise I get the following compile error: mips-openwrt-linux-musl-objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S loader loader.bin mips-openwrt-linux-musl-objcopy: Warning: Writing section `.text' to huge (ie negative) file offset 0xffffffff80a00000. mips-openwrt-linux-musl-objcopy:loader.bin[.text]: File truncated This should close #20487. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46893
* ar71xx/image: relink loader.elf image to LOADADDRGabor Juhos2012-11-201-5/+11
| | | | | | | | | This allows to load the resulting image directly from RouterBOOT. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34271
* ar71xx: image: allow to use board specific code in the lzma-loaderGabor Juhos2012-08-021-1/+6
| | | | SVN-Revision: 32945
* ar71xx: add lzma loaderGabor Juhos2011-12-051-0/+94
SVN-Revision: 29443