summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Conceptronic C54BSR4Florian Fainelli2007-12-282-0/+4
| | | | SVN-Revision: 10002
* remove stale reference to tools/libtoolFelix Fietkau2007-12-271-1/+1
| | | | SVN-Revision: 9940
* move libtool out of tools/, seems like we need a per-target libtoolFelix Fietkau2007-12-272-57/+0
| | | | SVN-Revision: 9937
* add libtool to tools/Felix Fietkau2007-12-253-1/+58
| | | | SVN-Revision: 9902
* add automake to tools/Felix Fietkau2007-12-252-1/+39
| | | | SVN-Revision: 9901
* rename tools/ext2fs to tools/genext2fsFelix Fietkau2007-12-243-1/+1
| | | | SVN-Revision: 9899
* Prevent the use of underscores in package names (#2801)Florian Fainelli2007-12-131-1/+1
| | | | SVN-Revision: 9724
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-091-1/+1
| | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9694
* tools/mkimage: Include sys/types.h on Darwin/BSD.Felix Fietkau2007-12-051-1/+1
| | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9658
* fix another build issue on some osx machines - run ranlib on the lzma lib ↵Felix Fietkau2007-12-021-0/+12
| | | | | | archive SVN-Revision: 9649
* fix sstrip compile on mac os xFelix Fietkau2007-12-021-1/+1
| | | | SVN-Revision: 9645
* fix some definitions in the ZyXEL toolGabor Juhos2007-11-032-34/+36
| | | | SVN-Revision: 9493
* image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an ↵Gabor Juhos2007-11-031-63/+96
| | | | | | align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on SVN-Revision: 9490
* add updated motorola-bin.c file from #2483 (by D. Hugh Redelmeier)Felix Fietkau2007-10-241-69/+151
| | | | SVN-Revision: 9434
* ar7: add eva image generation (thanks Axel Gembe)Eugene Konev2007-10-222-1/+192
| | | | SVN-Revision: 9401
* add ids for Edimax BR-6104Wg boardsGabor Juhos2007-10-182-5/+7
| | | | SVN-Revision: 9342
* added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2John Crispin2007-10-063-1/+39
| | | | SVN-Revision: 9162
* Add the ralink signature, will use it laterFlorian Fainelli2007-09-091-0/+1
| | | | SVN-Revision: 8702
* I have new e-mail address. Thanks to Kaloz ;)Gabor Juhos2007-08-295-5/+5
| | | | SVN-Revision: 8538
* move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mkNicolas Thill2007-08-251-3/+0
| | | | SVN-Revision: 8481
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-0712-104/+61
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* remove case sensitivity from the board name checkingGabor Juhos2007-08-063-3/+3
| | | | SVN-Revision: 8352
* Fix the jffs2 images with rdc devices (thanks to Daniel Gimpelevich)Florian Fainelli2007-08-031-0/+1
| | | | SVN-Revision: 8329
* add firmware generation tool for ZyXEL boardsGabor Juhos2007-08-023-0/+1212
| | | | SVN-Revision: 8318
* dependency fixFelix Fietkau2007-07-301-0/+1
| | | | SVN-Revision: 8253
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-1/+0
| | | | SVN-Revision: 8242
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-2/+2
| | | | SVN-Revision: 8236
* remove leftover stuffFelix Fietkau2007-07-301-2/+0
| | | | SVN-Revision: 8234
* fix compile errors with make 3.80Felix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8230
* use $(curdir) againFelix Fietkau2007-07-281-12/+16
| | | | SVN-Revision: 8208
* build system fixes, more cleanupFelix Fietkau2007-07-281-10/+10
| | | | SVN-Revision: 8207
* don't force the install->compile, compile->prepare dependencies in subdir.mkFelix Fietkau2007-07-281-1/+4
| | | | SVN-Revision: 8202
* initial attempt at cleaning up subdirectory handling. tools/Makefile is now ↵Felix Fietkau2007-07-281-48/+16
| | | | | | being included instead of recursively called SVN-Revision: 8201
* when building packages, accept uppercase letters in the package nameFelix Fietkau2007-07-211-0/+26
| | | | SVN-Revision: 8090
* Remove patch-cmdline from the packages and move it tools tools/. adm5120 and ↵Florian Fainelli2007-07-013-1/+115
| | | | | | rb532 do use it for procuding ready-to-use kernels (#1631) SVN-Revision: 7820
* fix accidentally committed broken patchFelix Fietkau2007-06-301-35/+8
| | | | SVN-Revision: 7794
* add portability fixes from #1720Felix Fietkau2007-06-301-5/+27
| | | | SVN-Revision: 7791
* add update target to tools/Felix Fietkau2007-06-301-1/+1
| | | | SVN-Revision: 7790
* add lzma compression format to mkimage (will be used on infineon amazon)Felix Fietkau2007-06-242-0/+2
| | | | SVN-Revision: 7718
* Fix ar7 image generation with MacOSXFlorian Fainelli2007-06-121-0/+3
| | | | SVN-Revision: 7592
* Remove a debug statement from trx.c, add config changes for at91Hamish Guthrie2007-06-041-1/+0
| | | | SVN-Revision: 7491
* enable quilt for host builds and add some additional checksFelix Fietkau2007-06-031-1/+1
| | | | SVN-Revision: 7473
* Fixed trx - variable append used uninitialised. If -A option was not used, ↵Hamish Guthrie2007-05-301-2/+3
| | | | | | the first offset was not written to the .trx file. SVN-Revision: 7400
* mkcsysimg cleanupsFlorian Fainelli2007-05-301-143/+149
| | | | SVN-Revision: 7392
* fix x86 boot filesystem allocation (#1736)Felix Fietkau2007-05-231-1/+1
| | | | SVN-Revision: 7312
* fix mkimage compileImre Kaloz2007-05-231-0/+2
| | | | SVN-Revision: 7307
* upgrade mkimage the current git versionImre Kaloz2007-05-233-11/+21
| | | | SVN-Revision: 7306
* Fix broadcom squashfs images:Felix Fietkau2007-05-151-3/+8
| | | | | | | | | | We switched over to appending the jffs2 eof mark to the squashfs images, but since the squashfs is not always aligned to eraseblocksize, the eof mark landed in the wrong place. This commit adds an extra flag to the trx utility that can append extra data to a partition with alignment. This is used to place the jffs2 eof mark at the right offset. SVN-Revision: 7253
* Fix 32/64bits issues with airlink image generatorFlorian Fainelli2007-05-111-25/+24
| | | | SVN-Revision: 7189
* host-build.mk used incorrectlyMike Baker2007-05-103-3/+6
| | | | SVN-Revision: 7156