summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* lzma: use a repacked tarball instead of the original one to get rid of CRLF ↵Felix Fietkau2009-02-211-6/+5
| | | | | | conversion screwups SVN-Revision: 14593
* tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, ↵Hauke Mehrtens2009-02-2121-431/+313
| | | | | | and autoconf are touched SVN-Revision: 14589
* prefer gstat over stat if available (patch from #4571)Felix Fietkau2009-02-191-1/+2
| | | | SVN-Revision: 14568
* add mkyaffs2image (based on android sources)Felix Fietkau2009-02-193-1/+152
| | | | SVN-Revision: 14567
* genext2fs: update to 1.4.1Nicolas Thill2009-02-172-56/+3
| | | | SVN-Revision: 14536
* firmware-utils/mkplanexfw: new firmware generation tool for the Planex ↵Gabor Juhos2009-02-044-0/+712
| | | | | | MZK-W04NU device SVN-Revision: 14410
* firmware-utils/mkfwimage: update RouterStation specific values, adn remove ↵Gabor Juhos2009-02-041-14/+2
| | | | | | some unused code SVN-Revision: 14404
* fix mpfr download urlFelix Fietkau2009-01-261-1/+1
| | | | SVN-Revision: 14213
* detect quilt configure errors properly (their broken configure script does ↵Felix Fietkau2009-01-251-0/+5
| | | | | | not return proper error codes) SVN-Revision: 14181
* improve support for building on mac os x by improving detection of missing ↵Felix Fietkau2009-01-251-17/+14
| | | | | | components SVN-Revision: 14180
* remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile stageNicolas Thill2009-01-211-1/+1
| | | | SVN-Revision: 14139
* slightly rework the gcc-4.3 checks, thanks {Nico}Florian Fainelli2009-01-211-5/+1
| | | | SVN-Revision: 14136
* only build gmp and mpfr when selecting gcc-4.3.xFlorian Fainelli2009-01-211-1/+5
| | | | SVN-Revision: 14135
* add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini!Nicolas Thill2009-01-213-1/+84
| | | | SVN-Revision: 14131
* firmware-utils/mkcasfw: fix magic value of the TN-U200 boardGabor Juhos2009-01-131-1/+1
| | | | SVN-Revision: 14022
* firmware-utils/mkfwimage: fix root_start valuesGabor Juhos2009-01-051-2/+2
| | | | SVN-Revision: 13874
* firmware-utils/mkfwimage: fix Ubiquiti firmware generation (closes #4414)Gabor Juhos2009-01-041-5/+5
| | | | SVN-Revision: 13859
* firmware-utils/mkfwimage: add RouterStation support (based on a patch by ↵Gabor Juhos2008-12-181-14/+71
| | | | | | Jonas <jonas at ubnt.com>) SVN-Revision: 13682
* Directly use the kent sourceforge mirrors, previous are in timeoutFlorian Fainelli2008-11-171-1/+1
| | | | SVN-Revision: 13269
* firmware_utils/mkmylofw: add support of named partitionsGabor Juhos2008-11-171-19/+49
| | | | SVN-Revision: 13253
* firmware_utils/mkmylofw: add definitions for the NP25G and WPE53G boardsGabor Juhos2008-11-162-0/+15
| | | | SVN-Revision: 13226
* Fix small typo #4148Florian Fainelli2008-11-081-1/+1
| | | | SVN-Revision: 13142
* Use the only working sourceforge.net mirror for gentext2fs, the others are ↵Florian Fainelli2008-10-281-1/+1
| | | | | | ever not synchronised or timing out SVN-Revision: 13066
* Add makeamitbin to generate images for other RDC-based devices, thanks sn9 !Florian Fainelli2008-10-282-0/+317
| | | | SVN-Revision: 13056
* firmware-utils: new firmware generation tool for the WILIGEAR WBD-111Gabor Juhos2008-10-132-1/+449
| | | | SVN-Revision: 12975
* Redefine prefix and exec_prefix for pkg config files instead of libdir and ↵Lars-Peter Clausen2008-10-101-1/+1
| | | | | | includedir. Some packages have their includes in subdirs of include and packages trying to include their headers using pkg-config would fail. SVN-Revision: 12946
* Check for existence of target aclocal folder before including them.Lars-Peter Clausen2008-10-091-4/+9
| | | | SVN-Revision: 12934
* Add wrapper around aclocal which also search in the targets staging dir ↵Lars-Peter Clausen2008-10-082-1/+9
| | | | | | aclocal folder for m4 files. SVN-Revision: 12929
* firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC ↵Felix Fietkau2008-09-233-4/+4
| | | | | | to ensure that overwritten files have the right size (fixes #3505) SVN-Revision: 12667
* Do not try to build autoconf emacs library, as it can fail on some systems ↵Florian Fainelli2008-09-091-0/+24
| | | | | | like Fedora core 9 SVN-Revision: 12562
* fix autoconf compilation (#3956)Felix Fietkau2008-09-081-4/+3
| | | | SVN-Revision: 12554