Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mkimage: unbreak build on non-linux systems | Felix Fietkau | 2013-03-09 | 1 | -0/+31 |
| | | | | SVN-Revision: 35909 | ||||
* | mkimage: upgrade to version 2013.01.01 | Luka Perkov | 2013-03-08 | 5 | -19/+18 |
| | | | | SVN-Revision: 35905 | ||||
* | build: BSD compile fixes | Felix Fietkau | 2013-03-07 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | following patch allows to build images for Qemu ARM on OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64. Mostly small pieces of code changes to get things right on the specific platform. Updated the README to describe better, which tools on the host are required. Added some kind of prepare scripts to install needed tools on BSD via packages. Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de> SVN-Revision: 35900 | ||||
* | tools/mkimage: avoid picking up unrelated /usr/include headers with the same ↵ | Felix Fietkau | 2012-09-23 | 2 | -0/+21 |
| | | | | | | name as internal header files (e.g. image.h), fixes #12232 SVN-Revision: 33519 | ||||
* | convert remaining tools to $(HOST_STATIC_LINKING) (#12012) | Jo-Philipp Wich | 2012-08-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 33148 | ||||
* | mkimage: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33096 | ||||
* | mkimage: update to 2012.04.01 | Luka Perkov | 2012-06-09 | 2 | -3/+3 |
| | | | | SVN-Revision: 32143 | ||||
* | mkimage: update to 2011.12 | Florian Fainelli | 2012-04-02 | 3 | -34/+12 |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31171 | ||||
* | tools/mkimage: allow to use different magic in uImages | Gabor Juhos | 2011-12-05 | 1 | -0/+63 |
| | | | | SVN-Revision: 29442 | ||||
* | mkimage/getline.h - Mac OS X 10.7 (Lion) fix | Lars-Peter Clausen | 2011-08-05 | 1 | -0/+22 |
| | | | | | | | | This mends mkimage for getline() in Mac OS X 10.7. Signed-off-by: Joe Roback <openwrt-devel at roback.cc> SVN-Revision: 27917 | ||||
* | use u-boot 2011.06 as source | Imre Kaloz | 2011-07-01 | 1 | -3/+3 |
| | | | | SVN-Revision: 27336 | ||||
* | tools/mkimage: fix r24887 | Alexandros C. Couloumbis | 2011-01-03 | 1 | -46/+0 |
| | | | | SVN-Revision: 24890 | ||||
* | tools/mkimage: fix compilation on FreeBSD | Alexandros C. Couloumbis | 2011-01-03 | 2 | -0/+59 |
| | | | | SVN-Revision: 24887 | ||||
* | tools/mkimage: remove the broken portability patch, it is no longer ↵ | Felix Fietkau | 2010-12-30 | 1 | -46/+0 |
| | | | | | | necessary with the new version SVN-Revision: 24857 | ||||
* | use u-boot v2010.12 | Imre Kaloz | 2010-12-23 | 2 | -7/+7 |
| | | | | SVN-Revision: 24809 | ||||
* | ensure an empty BUILD_DIR variable is passed down u-boot's makefile | Michael Büsch | 2010-11-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 23832 | ||||
* | mkimage: fix compilation on FreeBSD | Jo-Philipp Wich | 2010-07-22 | 1 | -1/+16 |
| | | | | SVN-Revision: 22344 | ||||
* | mkimage: fix spurious build errors caused by its braindead build system | Felix Fietkau | 2010-03-08 | 1 | -0/+1 |
| | | | | SVN-Revision: 20065 | ||||
* | mkimage: fix compile errors on non-glibc systems | Felix Fietkau | 2010-01-10 | 1 | -0/+31 |
| | | | | SVN-Revision: 19095 | ||||
* | upgrade and build from the u-boot source | Imre Kaloz | 2010-01-10 | 4 | -1122/+13 |
| | | | | SVN-Revision: 19091 | ||||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 | 1 | -7/+7 |
| | | | | | | host-build steps SVN-Revision: 14610 | ||||
* | tools/mkimage: Include sys/types.h on Darwin/BSD. | Felix Fietkau | 2007-12-05 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9658 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -7/+5 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | add lzma compression format to mkimage (will be used on infineon amazon) | Felix Fietkau | 2007-06-24 | 2 | -0/+2 |
| | | | | SVN-Revision: 7718 | ||||
* | Fix ar7 image generation with MacOSX | Florian Fainelli | 2007-06-12 | 1 | -0/+3 |
| | | | | SVN-Revision: 7592 | ||||
* | fix mkimage compile | Imre Kaloz | 2007-05-23 | 1 | -0/+2 |
| | | | | SVN-Revision: 7307 | ||||
* | upgrade mkimage the current git version | Imre Kaloz | 2007-05-23 | 3 | -11/+21 |
| | | | | SVN-Revision: 7306 | ||||
* | host-build.mk used incorrectly | Mike Baker | 2007-05-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 7156 | ||||
* | fix missing PKG_NAME | Felix Fietkau | 2006-12-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 5703 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 4 | -0/+1126 |