summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix another build issue on some osx machines - run ranlib on the lzma lib ↵nbd2007-12-021-0/+12
| | | | | | archive git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sstrip compile on mac os xnbd2007-12-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [firmware-utils] fix some definitions in the ZyXEL tooljuhosg2007-11-032-34/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] image generation fixes (closes: #2643, #2644)juhosg2007-11-031-63/+96
| | | | | | | | * rewrite mkcsysimg to use an align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add updated motorola-bin.c file from #2483 (by D. Hugh Redelmeier)nbd2007-10-241-69/+151
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: add eva image generation (thanks Axel Gembe)ejka2007-10-222-1/+192
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add ids for Edimax BR-6104Wg boardsjuhosg2007-10-182-5/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9342 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2blogic2007-10-063-1/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the ralink signature, will use it laterflorian2007-09-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* I have new e-mail address. Thanks to Kaloz ;)juhosg2007-08-295-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mknico2007-08-251-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup/restructuring as described in ↵nbd2007-08-0712-104/+61
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove case sensitivity from the board name checkingjuhosg2007-08-063-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the jffs2 images with rdc devices (thanks to Daniel Gimpelevich)florian2007-08-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8329 3c298f89-4303-0410-b956-a3cf2f4a3e73