summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* firmware-utils/mkmylofw: WP543 supportGabor Juhos2008-09-082-26/+47
| | | | SVN-Revision: 12552
* fix ccache installation (#3942)Felix Fietkau2008-09-031-3/+1
| | | | SVN-Revision: 12515
* fix shell return status of the find symlink commandFelix Fietkau2008-09-031-1/+3
| | | | SVN-Revision: 12514
* fix recursive symlink issueFelix Fietkau2008-09-031-1/+1
| | | | SVN-Revision: 12508
* provide a md5sum wrapper for BSDish systemsFelix Fietkau2008-09-021-3/+15
| | | | SVN-Revision: 12495
* quilt depends on sedFelix Fietkau2008-09-021-0/+1
| | | | SVN-Revision: 12490
* install a symlink to the correct version of find in $(STAGING_DIR_HOST)/binFelix Fietkau2008-09-011-2/+5
| | | | SVN-Revision: 12451
* add autoconf (fixes opkg build issues)Felix Fietkau2008-08-272-1/+39
| | | | SVN-Revision: 12410
* build and install a current quilt version in tools/Felix Fietkau2008-08-272-1/+31
| | | | SVN-Revision: 12398
* Updated Lua host compiler to 5.1.4Steven Barth2008-08-245-200/+565
| | | | SVN-Revision: 12384
* Invert logic, first search for find as most people will build under LinuxFlorian Fainelli2008-08-081-2/+2
| | | | SVN-Revision: 12248
* ipkg-build calls 'find' directly irrespective of the platform, this causes ↵Florian Fainelli2008-08-081-0/+39
| | | | | | | | | | | | failure in case gnu-find specific options are used (such as "-uid +99"). The attached diff, which creates tools/ipkg-utils/patches/160-find.patch, fixes the problem by using gfind is available. Again, this is similar to what is done in include/host.mk. (#3868) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12247
* fix mkfwimage to recognize the -s optionTravis Kemen2008-07-281-1/+1
| | | | SVN-Revision: 11978
* fix mkfwimage build on mac os xFelix Fietkau2008-07-261-1/+1
| | | | SVN-Revision: 11947
* Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵Travis Kemen2008-07-251-77/+74
| | | | | | back in ubiquiti image generation. SVN-Revision: 11920