summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix host header files installation for tools (closes: #1604)Nicolas Thill2007-04-211-5/+6
| | | | SVN-Revision: 7029
* the default_subtargets template was a bad idea, since different makefiles ↵Felix Fietkau2007-04-181-2/+10
| | | | | | require different types of dependencies for subtargets. nuke it... SVN-Revision: 7003
* fix up dependenciesFelix Fietkau2007-04-181-1/+3
| | | | SVN-Revision: 7002
* Fix airlink image generation toolFlorian Fainelli2007-04-091-5/+1
| | | | SVN-Revision: 6913
* mkcsysimg typosFlorian Fainelli2007-04-031-3/+3
| | | | SVN-Revision: 6853
* Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no ↵Florian Fainelli2007-04-032-47/+0
| | | | | | longer broken, and have been tested SVN-Revision: 6847
* Add ADM5120 based edimax image generation utilitiesFlorian Fainelli2007-04-023-0/+1190
| | | | SVN-Revision: 6840
* Make airlink.c more endianness robus (sn9)Florian Fainelli2007-04-021-3/+3
| | | | SVN-Revision: 6834
* Fix image generation (sn9)Florian Fainelli2007-04-011-1/+2
| | | | SVN-Revision: 6781
* Fix a typoFlorian Fainelli2007-03-311-1/+1
| | | | SVN-Revision: 6771
* fix crc32 and endianness, thanks sn9Florian Fainelli2007-03-311-24/+36
| | | | SVN-Revision: 6769
* airlink generation fix, thanks st9_Florian Fainelli2007-03-301-11/+9
| | | | SVN-Revision: 6764
* Fix mkmylofw write_out_padding routineFlorian Fainelli2007-03-291-49/+60
| | | | SVN-Revision: 6758
* Add definitions to myloader thanks Gabor JuhosFlorian Fainelli2007-03-261-7/+17
| | | | SVN-Revision: 6710
* Fix potential unligned access with MyLoader based devices, thanks JuhosFlorian Fainelli2007-03-241-8/+46
| | | | SVN-Revision: 6659
* Make mksyshdr safe for 64bits platforms (#1504)Florian Fainelli2007-03-231-4/+6
| | | | SVN-Revision: 6646
* Add firmware generation for other Compex boards based on myloader, thanks to ↵Florian Fainelli2007-03-223-0/+1345
| | | | | | Juhos Gabor ! SVN-Revision: 6640
* Add image generation for edimax routersFlorian Fainelli2007-03-212-0/+45
| | | | SVN-Revision: 6627
* Fix a warningFlorian Fainelli2007-03-181-0/+1
| | | | SVN-Revision: 6602