aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [tools] bison: fix compilation with stub intl headerJo-Philipp Wich2011-03-041-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/xz: update to version 5.0.1Alexandros C. Couloumbis2011-03-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix some long standing libpthread symbol link issues, mostly related ↵Felix Fietkau2011-02-282-3/+65
| | | | | | to weak function overrides between libgcc, libc and libpthread git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: properly fix library linking - the relinking in some instances used ↵Felix Fietkau2011-02-281-16/+24
| | | | | | static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a ↵Felix Fietkau2011-02-203-0/+6
| | | | | | system header file with the same name on darwin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* squashfs4: make the lzma parameters configurable, and change the defaults ↵Felix Fietkau2011-02-132-11/+91
| | | | | | for slightly improved compression on mips (mostly unchanged on other architectures) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix error when build firmware on x86_64 host (closes #7672)Hauke Mehrtens2011-02-121-11/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools/wrt350nv2-builder]: the url isn't valid for some timeImre Kaloz2011-02-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] libtool: fix misspelled procedure name...Jo-Philipp Wich2011-02-031-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mpc: add dependency on mpfrFelix Fietkau2011-02-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add tools/cmakeFelix Fietkau2011-01-312-1/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing XAW macrosMichael Büsch2011-01-272-0/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup toolchain version handlingImre Kaloz2011-01-271-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] remove bogus qemu dependencyJo-Philipp Wich2011-01-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes ↵Jo-Philipp Wich2011-01-162-1/+14
| | | | | | opkg space checking more precise git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: import missing symbol workaround from Freetz project (#7590)Jo-Philipp Wich2011-01-141-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/mkdniimg: don't use NA region by defaultGabor Juhos2011-01-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/wndr3700: allow to specify image magic via command lineGabor Juhos2011-01-141-4/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mkimage: fix r24887Alexandros C. Couloumbis2011-01-031-46/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/qemu: fix FreeBSD compile issueAlexandros C. Couloumbis2011-01-031-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mkimage: fix compilation on FreeBSDAlexandros C. Couloumbis2011-01-032-0/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: add as-unaligned-access.m4Jo-Philipp Wich2011-01-023-1/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: add as-compiler-flag.m4 and as-version.m4Jo-Philipp Wich2011-01-024-1/+146
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] revert r24851, it breaks compilation on many hostsJo-Philipp Wich2011-01-012-2/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools: add some missing dependenciesHauke Mehrtens2011-01-011-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mkimage: remove the broken portability patch, it is no longer ↵Felix Fietkau2010-12-301-46/+0
| | | | | | necessary with the new version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/e2fsprogs: update to version 1.41.14Alexandros C. Couloumbis2010-12-292-28/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: add as-ac-expand.m4Jo-Philipp Wich2010-12-293-1/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added OpenWRT-specific field to imagetag so that we can record the real root ↵Daniel Dickinson2010-12-261-2/+3
| | | | | | | | length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for TL-WR740N v1Gabor Juhos2010-12-231-0/+9
| | | | | | | | | Same as TL-WR741ND but with different hardware ID and without detachable antenna. Signed-off-by: Paul Fertser <fercerpav@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools/mkimage]: use u-boot v2010.12Imre Kaloz2010-12-232-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in ↵Jo-Philipp Wich2010-12-224-2/+29
| | | | | | orbit2), provide fake-intltool.m4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24787 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: add xmms.m4, from libflacJo-Philipp Wich2010-12-223-1/+156
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: add missing serial numbers, split acc.m4 into ↵Jo-Philipp Wich2010-12-229-363/+367
| | | | | | mfx_acc.m4, mfx_cppflags.m4 and mfx_limits.m4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: fix a bunch of underquoted definition warnings in ↵Jo-Philipp Wich2010-12-223-16/+16
| | | | | | various 3rd party macros git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, ↵Jo-Philipp Wich2010-12-2216-1/+1088
| | | | | | libdnet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] missing-macros: add acc.m4, used by ucl and lzoJo-Philipp Wich2010-12-223-1/+368
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] add missing makefile in previous commitJo-Philipp Wich2010-12-221-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] package mm-common, this provides missing m4 macros for glibmm, ↵Jo-Philipp Wich2010-12-221-1/+2
| | | | | | gtkmm, cairomm and other Gnome C++ bindings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] introduce missing-macros meta package, this will supply needed m4 ↵Jo-Philipp Wich2010-12-216-1/+1146
| | | | | | macros which are used but not shipped by various packages in feeds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, ↵Jo-Philipp Wich2010-12-215-7/+96
| | | | | | prevent configure from embedding host library paths git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] libtool: strip unsave directories from relink command, nuke every -L ↵Jo-Philipp Wich2010-12-201-0/+12
| | | | | | that looks like /usr/lib or /lib git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: add two compile fixes.Hauke Mehrtens2010-12-192-0/+62
| | | | | | | Thank you Joe Roback for reporting and fixing compiling on Darwin. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools: fix dependenciesHauke Mehrtens2010-12-191-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] the mpfr dependencies accidentally got broken up, fix itJo-Philipp Wich2010-12-181-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: update to version 1.41.13Hauke Mehrtens2010-12-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools: add missing dependenciesHauke Mehrtens2010-12-181-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cloog: libtools has to be runHauke Mehrtens2010-12-181-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppl: go back to version 0.10.2Hauke Mehrtens2010-12-182-4/+44
| | | | | | | GCC 4.5 needs ppl in version 0.10.2. The patch makes it compile with gmp 5. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] make libtool a tool build and let autoconf depend on itJo-Philipp Wich2010-12-186-2/+238
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24673 3c298f89-4303-0410-b956-a3cf2f4a3e73