summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* The attached patch adds building of firmware images for more routers based ↵Florian Fainelli2009-06-101-28/+34
| | | | | | | | on the brcm63xx chipset. Signed-Off By: Daniel Dickinson <crazycshore@gmail.com> SVN-Revision: 16396
* rework imagetag firmware generator and MTD partition parser to accomodate ↵Florian Fainelli2009-06-092-95/+265
| | | | | | with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). SVN-Revision: 16393
* build firmware image for the MZK-W300NH boardGabor Juhos2009-06-041-5/+60
| | | | SVN-Revision: 16342
* port lzmp that is packaged by debian, build it, but do not install it yetFlorian Fainelli2009-06-014-0/+1100
| | | | SVN-Revision: 16282
* fix download urlRalph Hempel2009-05-312-2/+2
| | | | SVN-Revision: 16226
* add missing dependencyFelix Fietkau2009-05-261-0/+1
| | | | SVN-Revision: 16096
* split stampfiles for STAGING_DIR and STAGING_DIR_HOST preparationFelix Fietkau2009-05-261-6/+16
| | | | SVN-Revision: 16095
* firmware-utils/mkfwimage: add support for RouterStation Pro (patch from ↵Gabor Juhos2009-05-251-0/+6
| | | | | | Ubiquiti Networks) SVN-Revision: 16064
* revert r16017 there are no users of it yetFlorian Fainelli2009-05-241-1/+0
| | | | SVN-Revision: 16029
* install the new lzma version (4.65) in staging_dir/host as lzma-newFlorian Fainelli2009-05-231-1/+2
| | | | SVN-Revision: 16017
* set PKG_NAME of the old lzma package to lzma-old to fix conflicts with the ↵Felix Fietkau2009-05-231-3/+3
| | | | | | new lzma package SVN-Revision: 16014
* fix crc calculation with the new padding (#5143)Florian Fainelli2009-05-221-1/+1
| | | | SVN-Revision: 15977
* squashfs4: add lzma support (kernel support still missing)Felix Fietkau2009-05-174-0/+472
| | | | SVN-Revision: 15884
* add the new lzma library (version 4.65), to be used for squashfs4Felix Fietkau2009-05-173-0/+106
| | | | SVN-Revision: 15883
* add tool for squashfs4 image generation (w/o LZMA support)Gabor Juhos2009-05-152-2/+38
| | | | SVN-Revision: 15864
* fix padding between end of the kernel and beginning of the rootfs in ↵Florian Fainelli2009-05-121-2/+3
| | | | | | imagetag (#5108) SVN-Revision: 15801
* firmware-utils/mkfwimage2: fix a typoGabor Juhos2009-05-111-1/+1
| | | | SVN-Revision: 15770
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-086-10/+5
| | | | SVN-Revision: 15714
* rename tools/lzma to tools/lzma-old (preparation for adding a new lzma version)Felix Fietkau2009-05-045-12/+6
| | | | SVN-Revision: 15595
* optimize tools/ directory build order to improve parallel building performanceFelix Fietkau2009-04-241-2/+5
| | | | SVN-Revision: 15365
* add missing dependencies which broke parallel buildFelix Fietkau2009-04-241-1/+2
| | | | SVN-Revision: 15363
* gcc-4.4.0 also needs mpfr and gmp to be builtFlorian Fainelli2009-04-231-1/+1
| | | | SVN-Revision: 15346
* clean up automake/pkg-config handling, move separate host/package variable ↵Felix Fietkau2009-04-222-10/+2
| | | | | | exports to templates, fix automake path for host builds SVN-Revision: 15339
* Generate suitable images for the UBNT PicoStation2Jo-Philipp Wich2009-04-211-0/+6
| | | | SVN-Revision: 15314
* make images that can be flashed using the stock firmware web interface, ↵Florian Fainelli2009-04-191-32/+100
| | | | | | thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943) SVN-Revision: 15253
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-178-8/+0
| | | | SVN-Revision: 15242
* more cygwin related build fixesFlorian Fainelli2009-04-143-3/+9
| | | | SVN-Revision: 15227
* fix ccache host installation (#4902)Florian Fainelli2009-04-091-0/+2
| | | | SVN-Revision: 15165
* revert changeset 15081 seems to break Alice box devicesFlorian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15140
* clean up gmp and mpfrFelix Fietkau2009-04-062-45/+9
| | | | SVN-Revision: 15114
* add check for common config variants for tools/installFelix Fietkau2009-04-061-1/+1
| | | | SVN-Revision: 15113
* small cleanup for tools/MakefileFelix Fietkau2009-04-061-1/+8
| | | | SVN-Revision: 15111
* compute rootfs crc32 required for brcm63xx web upgradesFlorian Fainelli2009-04-021-4/+1
| | | | SVN-Revision: 15081
* pkg-config: disable potentially recursive compat lookups which break on ↵Felix Fietkau2009-03-241-0/+22
| | | | | | systems with gnome devel tools installed (thx, lubek) SVN-Revision: 15026
* firmware-utils/mktplinkfw: add support for the TL-WR841ND v3 boardGabor Juhos2009-03-241-0/+9
| | | | SVN-Revision: 15023
* m4 is now available, sorry for troubleRalph Hempel2009-03-221-1/+3
| | | | SVN-Revision: 14972
* add missing m4 dirRalph Hempel2009-03-221-0/+33
| | | | SVN-Revision: 14971
* Revert "[tools] add m4 (required for recent auto tools)"Felix Fietkau2009-03-221-3/+1
| | | | | | Please add the missing tools/m4/ directory next time SVN-Revision: 14968
* add m4 (required for recent auto tools) thanks to OlafRalph Hempel2009-03-221-1/+3
| | | | SVN-Revision: 14966
* tools/firmware-utils: Added encode_crc, for Freecom devices.Rod Whitby2009-03-222-0/+152
| | | | SVN-Revision: 14961
* cleanup imagetagFlorian Fainelli2009-03-181-2/+2
| | | | SVN-Revision: 14941
* fix a bug which prevented imagetag from correctly initializing the version ↵Florian Fainelli2009-03-171-3/+3
| | | | | | and magic2, use the broadcom default magics, which allows uploading through web interfaces SVN-Revision: 14925
* create firmware image for the Ubiquiti LS-SR71 boardGabor Juhos2009-03-141-0/+6
| | | | SVN-Revision: 14874
* Build autoconf before automake.Lars-Peter Clausen2009-03-131-1/+1
| | | | SVN-Revision: 14864
* add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366Florian Fainelli2009-03-121-12/+46
| | | | SVN-Revision: 14850
* allow flash start address and firmware offset to be set on the command line ↵Florian Fainelli2009-03-101-11/+24
| | | | | | (#4666) SVN-Revision: 14832
* add dependency (needed for parallel build)Ralph Hempel2009-03-011-0/+1
| | | | SVN-Revision: 14704
* firmware-utils: add new firmware generation tool for the TP-LINK TL-WR941ND ↵Gabor Juhos2009-02-264-0/+805
| | | | | | device SVN-Revision: 14672
* merge host build of lua from tools/ into package/lua/MakefileFelix Fietkau2009-02-229-4468/+1
| | | | SVN-Revision: 14622
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-2221-152/+152
| | | | | | host-build steps SVN-Revision: 14610