551 Commits (60b39b7fc0a15580e03aa85b900ab133776a606e)

Author SHA1 Message Date
Felix Fietkau ffa4a3c4f5 tools: add dependency on the seq symlink 13 years ago
Gabor Juhos 7a7d39cef3 tools/mtd-utils: fix build error 13 years ago
Gabor Juhos 087747cd43 tools/mtd-utils: update mkfs.ubifs XZ support 13 years ago
Gabor Juhos c503f44f9c tools/mtd-utils: add XZ compression support to mkfs.ubifs 13 years ago
Gabor Juhos 8e0af8361d tools/mtd-utils: cleanup mkubifs lzo patch 13 years ago
Gabor Juhos 3698c6a391 tools/mtd-utils: update to 1.4.5 13 years ago
Felix Fietkau bb5bccef7c tools: symlink seq to the host staging dir (gseq on mac os x) 13 years ago
Gabor Juhos 84267683bb firmware-utils/mkfwimage: allow to override firmware magic 13 years ago
John Crispin cd1a204365 Support booting the Speedport W502V using BRN-BOOT. 13 years ago
Felix Fietkau c2e411fa8d tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle ways, and the source already has a getline replacement 13 years ago
Jo-Philipp Wich 1ef07eee4a automake: forcibly disable perl ithreads support The SDK when build on a machine with perl ithreads enabled will fail to run on many Gentoo systems because perl is usually built without thread capability there. In order to circumvent this issue forcibly disable the ithreads support, tested on CentOS 5.6, Ubuntu 10.04 LTS and Gentoo. 13 years ago
Jo-Philipp Wich 478d9fc97e autoconf: another relocatability fix for autom4te, substitute hardcoded prefix with $STAGING_DIR when reading autom4te.cfg 13 years ago
Jo-Philipp Wich 537164cb6d automake: generate relative aclocal symlinks in staging_dir 13 years ago
Gabor Juhos 1338af2640 firmware-utils/mkmylofw: add WPE72 support 13 years ago
Jo-Philipp Wich ab2f3dc034 libtool: fix accidental sed invocation in libtoolize 13 years ago
Jo-Philipp Wich 42425cccfc quilt: some more relocatable fixes for quilt-internal scripts 13 years ago
Jo-Philipp Wich c7d19be230 bison: make yacc wrapper relocatable 13 years ago
Jo-Philipp Wich e2180091d9 autoconf: make bin/autoconf relocatable as well 13 years ago
Jo-Philipp Wich caa9e0e0f3 quilt: make relocatable, search resources relative to STAGING_DIR 13 years ago
Jo-Philipp Wich 122069caba automake: further relocation fixes 13 years ago
Jo-Philipp Wich fccdc995da autoconf: further relocation fixes 13 years ago
Jo-Philipp Wich b446876387 libtool: make relocatable, search resources relative to STAGING_DIR 13 years ago
Jo-Philipp Wich a5a790a68f autoconf: make relocatable by searching resources relative to STAGING_DIR 13 years ago
Jo-Philipp Wich 4174cdabde automake: make relocatable by searching resources relative to STAGING_DIR 13 years ago
John Crispin ccb6b0a063 tools: clean up Makefiles / make ccache work 13 years ago
Gabor Juhos 8a8e5bde15 firware-utils/mktplinkfw: add TL-WR2543N/ND support 13 years ago
Gabor Juhos 923e5d3543 firmware-utils/mktplinkfw: add support for TL-WA701N/ND 13 years ago
Gabor Juhos 55e13f4e6a firmware-utils/mktplinkfw: add support for TL-MR3020 13 years ago
Gabor Juhos 29a2c2ea80 firmware-utils/mktplinkfw: add ability to put jffs2 eof marker into the image 13 years ago
Gabor Juhos 2592c0a283 tools/mktplinkfw: allow to specify hw_id, hw_rev and flash_layout 13 years ago
Gabor Juhos 54c8d61b03 firmware-utils/mktplinkfw: allow to align the rootfs on a specified boundary 13 years ago
Gabor Juhos f3d2056b81 tools/mkimage: allow to use different magic in uImages 13 years ago
Gabor Juhos 81cda3e2f1 firmware-utils/mktplinkfw: fix combined image creation 13 years ago
Felix Fietkau 830282cc89 build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build 13 years ago
Gabor Juhos 6632e38d08 firmware-utils/mktplinfw: use htonl/ntohl 13 years ago
Nicolas Thill 0b5fef06ee tools: use host build_dir instead of target build_dir 13 years ago
Gabor Juhos 13b0ec6cf7 firmware-utils/mktplinkfw: add TL-WR741ND v4 13 years ago
Vasilis Tsiligiannis aadbbc4bac Add firmware tool for generating factory images for Edimax devices 13 years ago
Gabor Juhos 500a8e2014 firmware-utils/mktplinkfw: fix hardware id of the TL-WR740 v3 13 years ago
Felix Fietkau 0b893424ff tools/lzma-old fix compile issues (patch from #10253) 13 years ago
Nicolas Thill 0eab6e2a7d upx: fix build error 13 years ago
Jonas Gorski 90673a048c squashfs4: Add support for LZMA Magic to unsquashfs 13 years ago
Imre Kaloz bda02cc60f add upx, but make it build only for ppc now 13 years ago
Gabor Juhos 712521955b firmware-utils/mktplinkfw: add support for TL-WR703N v1 13 years ago
Gabor Juhos ffbdaf8ec8 firmware-utils/mktplinkfw: add support for TL-WR743ND v1 13 years ago
Gabor Juhos 9faace4327 firmware-utils/mktplinkfw: add support for TL-WR740N v3 13 years ago
Lars-Peter Clausen b043b26b54 mkimage/getline.h - Mac OS X 10.7 (Lion) fix 13 years ago
Lars-Peter Clausen bf64b1ccb6 host/include/getline.h - Mac OS X 10.7 (Lion) fix 13 years ago
Felix Fietkau fbb4f37633 tools/quilt: fix spurious calls to the configure and Makefile targets (#8462) 13 years ago
Jo-Philipp Wich bd982fb72c autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use. 13 years ago