summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to build autoconf emacs library, as it can fail on some systems ↵florian2008-09-091-0/+24
| | | | | | like Fedora core 9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix autoconf compilation (#3956)nbd2008-09-081-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils/mkmylofw: WP543 support juhosg2008-09-082-26/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ccache installation (#3942)nbd2008-09-031-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix shell return status of the find symlink commandnbd2008-09-031-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix recursive symlink issuenbd2008-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* provide a md5sum wrapper for BSDish systemsnbd2008-09-021-3/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* quilt depends on sednbd2008-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install a symlink to the correct version of find in $(STAGING_DIR_HOST)/binnbd2008-09-011-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add autoconf (fixes opkg build issues)nbd2008-08-272-1/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build and install a current quilt version in tools/nbd2008-08-272-1/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Updated Lua host compiler to 5.1.4cyrus2008-08-245-200/+565
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Invert logic, first search for find as most people will build under Linuxflorian2008-08-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipkg-build calls 'find' directly irrespective of the platform,florian2008-08-081-0/+39
| | | | | | | | | | | | | | this causes 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mkfwimage to recognize the -s optionthepeople2008-07-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mkfwimage build on mac os xnbd2008-07-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵thepeople2008-07-251-77/+74
| | | | | | back in ubiquiti image generation. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11920 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: Fixed some cross-platform issues for PPC (and probably other architectures)cyrus2008-06-291-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replacement of the add_header utility used by various vendorskaloz2008-06-272-0/+139
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils/mkzynfs: even more improvementsjuhosg2008-06-221-8/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils: ZyXEL firmware tool improvementsjuhosg2008-06-222-11/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils/mkcasfw: add model id for Ovislink WL-5420/5460 IP ↵juhosg2008-06-171-0/+4
| | | | | | cameras git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added unsquashfs-lzma, usefull for debugging of existing fs imagesralph2008-06-162-5/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added lua (lua host bytecode-compiler) to tools/cyrus2008-05-307-1/+4184
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow ipkg to handle conffiles if present (#3466)florian2008-05-221-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm963xx: add cfe image tagging utilitynbd2008-05-182-0/+302
| | | | | | | | | | | | | | This replaces the proprietary bcmImageBuilder program from the Broadcom source drops. It basically adds a 256 bytes header in front of the kernel + rootfs which contains a few text signatures, the locations of the data as well as the checksums of the data and the tag. It also adds a 12 bytes header in front of the LZMA kernel which contains the load address, kernel entry and the size of the compressed LZMA data. Signed-off-by: Axel Gembe <ago@bastart.eu.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [firmware-utils] mkzynfw: add definitions for the P-2602HW-D1Ajuhosg2008-05-092-12/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [firmware-utils] mkzynfw: fix NBG-318S definitionsjuhosg2008-05-092-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buld images for the Ubiquiti LiteStation and NanoStation ported from ↵thepeople2008-05-073-0/+465
| | | | | | http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Create a dummy sit package for 2.4 kernelsqflorian2008-03-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add definitions for the Zyxel NBG-318Sflorian2008-03-262-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* put the dtc to the other host tools (thanks to Thomas)ralph2008-03-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add AG241 code pattern (fixes #1089)matteo2008-03-111-3/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build dtc for all powerpc targets (suggested by Kaloz)nbd2008-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build dtc for the target that uses itnbd2008-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Device Tree Compiler require more recent bison ...ralph2008-02-052-1/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils: new firmware generation tool for the Cellvision ↵juhosg2008-01-292-1/+1029
| | | | | | CAS-6xx/NFS-xxx devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add dtc, the device tree compilerkaloz2008-01-292-1/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils/mkzynfw: remove 'svn:executable' property (closes #3082)juhosg2008-01-252-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils/mkzynfw: add preliminary support for OEM boardsjuhosg2008-01-252-47/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils:fix a bug in mkzynfw, thanks to <theosch at gmx.de> ↵juhosg2008-01-171-1/+1
| | | | | | (closes #3003) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for Conceptronic C54BSR4florian2007-12-282-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove stale reference to tools/libtoolnbd2007-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9940 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move libtool out of tools/, seems like we need a per-target libtoolnbd2007-12-272-57/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add libtool to tools/nbd2007-12-253-1/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add automake to tools/nbd2007-12-252-1/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename tools/ext2fs to tools/genext2fsnbd2007-12-243-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Prevent the use of underscores in package names (#2801)florian2007-12-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use $(CP) instead of $(INSTALL_BIN) for binaries.nbd2007-12-091-1/+1
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mkimage: Include sys/types.h on Darwin/BSD.nbd2007-12-051-1/+1
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9658 3c298f89-4303-0410-b956-a3cf2f4a3e73