aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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 Juhos
PATH_PREFIX=.

include ./common.mk

HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.built
HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.musl_installed

HOST_BUILD_PARALLEL:=1

MUSL_MAKEOPTS = -C $(HOST_BUILD_DIR) \
	DESTDIR="$(TOOLCHAIN_DIR)/" \
	LIBCC="$(subst libgcc.a,libgcc_initial.a,$(shell $(TARGET_CC) -print-libgcc-file-name))"

define Host/SetToolchainInfo
	$(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk
	$(SED) 's,^\(LIBC_URL\)=.*,\1=http://www.musl-libc.org/,' 
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
| | | | |
c6cd8a9cc2afff60d833dd462c3801a3e1bb2'>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 * lua: Fixed some cross-platform issues for PPC (and probably other architectures)Steven Barth2008-06-291-0/+13 | | | | SVN-Revision: 11608 * replacement of the add_header utility used by various vendorsImre Kaloz2008-06-272-0/+139 | | | | SVN-Revision: 11588 * firmware-utils/mkzynfs: even more improvementsGabor Juhos2008-06-221-8/+73 | | | | SVN-Revision: 11559 * firmware-utils: ZyXEL firmware tool improvementsGabor Juhos2008-06-222-11/+32 | | | | SVN-Revision: 11550 * firmware-utils/mkcasfw: add model id for Ovislink WL-5420/5460 IP camerasGabor Juhos2008-06-171-0/+4 | | | | SVN-Revision: 11527 * added unsquashfs-lzma, usefull for debugging of existing fs imagesRalph Hempel2008-06-162-5/+10 | | | | SVN-Revision: 11496 * Added lua (lua host bytecode-compiler) to tools/Steven Barth2008-05-307-1/+4184 | | | | SVN-Revision: 11304 * Allow ipkg to handle conffiles if present (#3466)Florian Fainelli2008-05-221-0/+11 | | | | SVN-Revision: 11242 * bcm963xx: add cfe image tagging utilityFelix Fietkau2008-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> SVN-Revision: 11170 * mkzynfw: add definitions for the P-2602HW-D1AGabor Juhos2008-05-092-12/+23 | | | | SVN-Revision: 11096 * mkzynfw: fix NBG-318S definitionsGabor Juhos2008-05-092-2/+2 | | | | SVN-Revision: 11095 * buld images for the Ubiquiti LiteStation and NanoStation ported from ↵Travis Kemen2008-05-073-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 kernelsqFlorian Fainelli2008-03-271-1/+1 | | | | SVN-Revision: 10668 * Add definitions for the Zyxel NBG-318SFlorian Fainelli2008-03-262-0/+14 | | | | SVN-Revision: 10662 * put the dtc to the other host tools (thanks to Thomas)Ralph Hempel2008-03-181-1/+1 | | | | SVN-Revision: 10616 * Add AG241 code pattern (fixes #1089)Matteo Croce2008-03-111-3/+23 | | | | SVN-Revision: 10584 * build dtc for all powerpc targets (suggested by Kaloz)Felix Fietkau2008-03-091-1/+1 | | | | SVN-Revision: 10579 * only build dtc for the target that uses itFelix Fietkau2008-03-091-1/+1 | | | | SVN-Revision: 10577 * Device Tree Compiler require more recent bison ...Ralph Hempel2008-02-052-1/+34 | | | | SVN-Revision: 10398