Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware-utils/mkfwimage: fix root_start values | Gabor Juhos | 2009-01-05 | 1 | -2/+2 |
| | | | | SVN-Revision: 13874 | ||||
* | firmware-utils/mkfwimage: fix Ubiquiti firmware generation (closes #4414) | Gabor Juhos | 2009-01-04 | 1 | -5/+5 |
| | | | | SVN-Revision: 13859 | ||||
* | firmware-utils/mkfwimage: add RouterStation support (based on a patch by ↵ | Gabor Juhos | 2008-12-18 | 1 | -14/+71 |
| | | | | | | Jonas <jonas at ubnt.com>) SVN-Revision: 13682 | ||||
* | Directly use the kent sourceforge mirrors, previous are in timeout | Florian Fainelli | 2008-11-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 13269 | ||||
* | firmware_utils/mkmylofw: add support of named partitions | Gabor Juhos | 2008-11-17 | 1 | -19/+49 |
| | | | | SVN-Revision: 13253 | ||||
* | firmware_utils/mkmylofw: add definitions for the NP25G and WPE53G boards | Gabor Juhos | 2008-11-16 | 2 | -0/+15 |
| | | | | SVN-Revision: 13226 | ||||
* | Fix small typo #4148 | Florian Fainelli | 2008-11-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 13142 | ||||
* | Use the only working sourceforge.net mirror for gentext2fs, the others are ↵ | Florian Fainelli | 2008-10-28 | 1 | -1/+1 |
| | | | | | | ever not synchronised or timing out SVN-Revision: 13066 | ||||
* | Add makeamitbin to generate images for other RDC-based devices, thanks sn9 ! | Florian Fainelli | 2008-10-28 | 2 | -0/+317 |
| | | | | SVN-Revision: 13056 | ||||
* | firmware-utils: new firmware generation tool for the WILIGEAR WBD-111 | Gabor Juhos | 2008-10-13 | 2 | -1/+449 |
| | | | | SVN-Revision: 12975 | ||||
* | Redefine prefix and exec_prefix for pkg config files instead of libdir and ↵ | Lars-Peter Clausen | 2008-10-10 | 1 | -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 Clausen | 2008-10-09 | 1 | -4/+9 |
| | | | | SVN-Revision: 12934 | ||||
* | Add wrapper around aclocal which also search in the targets staging dir ↵ | Lars-Peter Clausen | 2008-10-08 | 2 | -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 Fietkau | 2008-09-23 | 3 | -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 Fainelli | 2008-09-09 | 1 | -0/+24 |
| | | | | | | like Fedora core 9 SVN-Revision: 12562 | ||||
* | fix autoconf compilation (#3956) | Felix Fietkau | 2008-09-08 | 1 | -4/+3 |
| | | | | SVN-Revision: 12554 | ||||
* | firmware-utils/mkmylofw: WP543 support | Gabor Juhos | 2008-09-08 | 2 | -26/+47 |
| | | | | SVN-Revision: 12552 | ||||
* | fix ccache installation (#3942) | Felix Fietkau | 2008-09-03 | 1 | -3/+1 |
| | | | | SVN-Revision: 12515 | ||||
* | fix shell return status of the find symlink command | Felix Fietkau | 2008-09-03 | 1 | -1/+3 |
| | | | | SVN-Revision: 12514 | ||||
* | fix recursive symlink issue | Felix Fietkau | 2008-09-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 12508 | ||||
* | provide a md5sum wrapper for BSDish systems | Felix Fietkau | 2008-09-02 | 1 | -3/+15 |
| | | | | SVN-Revision: 12495 | ||||
* | quilt depends on sed | Felix Fietkau | 2008-09-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 12490 | ||||
* | install a symlink to the correct version of find in $(STAGING_DIR_HOST)/bin | Felix Fietkau | 2008-09-01 | 1 | -2/+5 |
| | | | | SVN-Revision: 12451 | ||||
* | add autoconf (fixes opkg build issues) | Felix Fietkau | 2008-08-27 | 2 | -1/+39 |
| | | | | SVN-Revision: 12410 | ||||
* | build and install a current quilt version in tools/ | Felix Fietkau | 2008-08-27 | 2 | -1/+31 |
| | | | | SVN-Revision: 12398 | ||||
* | Updated Lua host compiler to 5.1.4 | Steven Barth | 2008-08-24 | 5 | -200/+565 |
| | | | | SVN-Revision: 12384 | ||||
* | Invert logic, first search for find as most people will build under Linux | Florian Fainelli | 2008-08-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 12248 | ||||
* | ipkg-build calls 'find' directly irrespective of the platform, this causes ↵ | Florian Fainelli | 2008-08-08 | 1 | -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 option | Travis Kemen | 2008-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 11978 | ||||
* | fix mkfwimage build on mac os x | Felix Fietkau | 2008-07-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 11947 | ||||
* | Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵ | Travis Kemen | 2008-07-25 | 1 | -77/+74 |
| | | | | | | back in ubiquiti image generation. SVN-Revision: 11920 | ||||
* | lua: Fixed some cross-platform issues for PPC (and probably other architectures) | Steven Barth | 2008-06-29 | 1 | -0/+13 |
| | | | | SVN-Revision: 11608 | ||||
* | replacement of the add_header utility used by various vendors | Imre Kaloz | 2008-06-27 | 2 | -0/+139 |
| | | | | SVN-Revision: 11588 | ||||
* | firmware-utils/mkzynfs: even more improvements | Gabor Juhos | 2008-06-22 | 1 | -8/+73 |
| | | | | SVN-Revision: 11559 | ||||
* | firmware-utils: ZyXEL firmware tool improvements | Gabor Juhos | 2008-06-22 | 2 | -11/+32 |
| | | | | SVN-Revision: 11550 | ||||
* | firmware-utils/mkcasfw: add model id for Ovislink WL-5420/5460 IP cameras | Gabor Juhos | 2008-06-17 | 1 | -0/+4 |
| | | | | SVN-Revision: 11527 | ||||
* | added unsquashfs-lzma, usefull for debugging of existing fs images | Ralph Hempel | 2008-06-16 | 2 | -5/+10 |
| | | | | SVN-Revision: 11496 | ||||
* | Added lua (lua host bytecode-compiler) to tools/ | Steven Barth | 2008-05-30 | 7 | -1/+4184 |
| | | | | SVN-Revision: 11304 | ||||
* | Allow ipkg to handle conffiles if present (#3466) | Florian Fainelli | 2008-05-22 | 1 | -0/+11 |
| | | | | SVN-Revision: 11242 | ||||
* | bcm963xx: add cfe image tagging utility | Felix Fietkau | 2008-05-18 | 2 | -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> SVN-Revision: 11170 | ||||
* | mkzynfw: add definitions for the P-2602HW-D1A | Gabor Juhos | 2008-05-09 | 2 | -12/+23 |
| | | | | SVN-Revision: 11096 | ||||
* | mkzynfw: fix NBG-318S definitions | Gabor Juhos | 2008-05-09 | 2 | -2/+2 |
| | | | | SVN-Revision: 11095 | ||||
* | buld images for the Ubiquiti LiteStation and NanoStation ported from ↵ | Travis Kemen | 2008-05-07 | 3 | -0/+465 |
| | | | | | | http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061 | ||||
* | Create a dummy sit package for 2.4 kernelsq | Florian Fainelli | 2008-03-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 10668 | ||||
* | Add definitions for the Zyxel NBG-318S | Florian Fainelli | 2008-03-26 | 2 | -0/+14 |
| | | | | SVN-Revision: 10662 | ||||
* | put the dtc to the other host tools (thanks to Thomas) | Ralph Hempel | 2008-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 10616 | ||||
* | Add AG241 code pattern (fixes #1089) | Matteo Croce | 2008-03-11 | 1 | -3/+23 |
| | | | | SVN-Revision: 10584 | ||||
* | build dtc for all powerpc targets (suggested by Kaloz) | Felix Fietkau | 2008-03-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 10579 | ||||
* | only build dtc for the target that uses it | Felix Fietkau | 2008-03-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 10577 | ||||
* | Device Tree Compiler require more recent bison ... | Ralph Hempel | 2008-02-05 | 2 | -1/+34 |
| | | | | SVN-Revision: 10398 |