aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sstrip/src/sstrip.c
Commit message (Collapse)AuthorAgeFilesLines
* tools/sstrip: update to latest versionRui Salvaterra2020-11-261-466/+0
| | | | | | | | | | | | | | | | Drop our local sstrip copy and use the current ELFKickers upstream version. Patch the original makefile in order to avoid building elftoc, since it fails with musl's elf.h. This is fine, since we only need sstrip anyway. Finally, add the possibility to pass additional arguments to sstrip and pass -z (remove trailing zeros) by default, which matches the behaviour of the previous version. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> [shorten long commit msg lines] Signed-off-by: Paul Spooren <mail@aparcar.org>
* tools/sstrip: Fix compile under standard linux.Rosen Penev2017-12-081-4/+5
| | | | | | bswap32 undefined is the issue. Added the proper header. Also fixed a few format/conversion warnings that clang complained about without -Wall or -Wextra. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Revert "[tools] sstrip: Was missing include of <byteswap.h>"Daniel Dickinson2010-12-121-1/+0
| | | | | | This reverts commit bcb48716d097c16834f222c267c73e847f4a8dd0. SVN-Revision: 24511
* sstrip: Was missing include of <byteswap.h>Daniel Dickinson2010-12-121-0/+1
| | | | SVN-Revision: 24510
* sstrip: fix a section length corruption bug (patch from #6847)Felix Fietkau2010-03-121-2/+1
| | | | SVN-Revision: 20154
* cleanupFelix Fietkau2006-10-141-26/+0
| | | | SVN-Revision: 5097
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+492