summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils: fix endianness bugs in firmware generation program.Hauke Mehrtens2011-04-091-12/+29
| | | | | | | | Should make it work on big endian systems again, I do not have such a system. This closes #9093. SVN-Revision: 26543
* make the build system a bit more silent without V=99Felix Fietkau2011-04-041-1/+1
| | | | SVN-Revision: 26460
* m4: update to version 1.4.16Hauke Mehrtens2011-04-031-2/+2
| | | | SVN-Revision: 26439
* xz: update to version 5.0.2Hauke Mehrtens2011-04-033-139/+2
| | | | SVN-Revision: 26438
* lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzmaFelix Fietkau2011-04-031-4/+1
| | | | SVN-Revision: 26423
* tools/squashfs4: update to version 4.2 (adds support for xz compression)Felix Fietkau2011-04-0311-2378/+1027
| | | | | | Based on a patch by Jonas Gorski SVN-Revision: 26422
* tools/cmake: update to version 2.8.4Alexandros C. Couloumbis2011-03-241-2/+2
| | | | SVN-Revision: 26283
* ipkg-utils: utilize the tar -p flag to preserve permissions (#7667)Jo-Philipp Wich2011-03-211-0/+12
| | | | SVN-Revision: 26258
* firmware-utils/mktplinkfw: add support for the TP-Link TL-WA901ND v2 boardGabor Juhos2011-03-131-0/+9
| | | | | | Patch-by: Jonathan Benett <jbscience87@gmail.com> SVN-Revision: 26118
* tools/xz: add some upstream patchesAlexandros C. Couloumbis2011-03-102-0/+137
| | | | SVN-Revision: 26018
* package xfce-macros, required for autoreconf in xfce4 packagesJo-Philipp Wich2011-03-092-1/+34
| | | | SVN-Revision: 25974
* bison: fix compilation with stub intl headerJo-Philipp Wich2011-03-041-0/+15
| | | | SVN-Revision: 25869
* tools/xz: update to version 5.0.1Alexandros C. Couloumbis2011-03-031-2/+2
| | | | SVN-Revision: 25847
* 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 SVN-Revision: 25795
* 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 SVN-Revision: 25793
* 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 SVN-Revision: 25598
* 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) SVN-Revision: 25530
* brcm47xx: fix error when build firmware on x86_64 host (closes #7672)Hauke Mehrtens2011-02-121-11/+14
| | | | SVN-Revision: 25472
* the url isn't valid for some timeImre Kaloz2011-02-111-1/+1
| | | | SVN-Revision: 25463
* libtool: fix misspelled procedure name...Jo-Philipp Wich2011-02-031-0/+22
| | | | SVN-Revision: 25351
* tools/mpc: add dependency on mpfrFelix Fietkau2011-02-011-1/+1
| | | | SVN-Revision: 25279
* add tools/cmakeFelix Fietkau2011-01-312-1/+19
| | | | SVN-Revision: 25264
* Add missing XAW macrosMichael Büsch2011-01-272-0/+70
| | | | SVN-Revision: 25159
* cleanup toolchain version handlingImre Kaloz2011-01-271-3/+3
| | | | SVN-Revision: 25148
* remove bogus qemu dependencyJo-Philipp Wich2011-01-171-1/+0
| | | | SVN-Revision: 25032
* tools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes ↵Jo-Philipp Wich2011-01-162-1/+14
| | | | | | opkg space checking more precise SVN-Revision: 25021
* mklibs: import missing symbol workaround from Freetz project (#7590)Jo-Philipp Wich2011-01-141-2/+5
| | | | SVN-Revision: 24984
* firmware-utils/mkdniimg: don't use NA region by defaultGabor Juhos2011-01-141-1/+1
| | | | SVN-Revision: 24981
* firmware-utils/wndr3700: allow to specify image magic via command lineGabor Juhos2011-01-141-4/+15
| | | | SVN-Revision: 24980
* tools/mkimage: fix r24887Alexandros C. Couloumbis2011-01-031-46/+0
| | | | SVN-Revision: 24890
* tools/qemu: fix FreeBSD compile issueAlexandros C. Couloumbis2011-01-031-0/+11
| | | | SVN-Revision: 24888
* tools/mkimage: fix compilation on FreeBSDAlexandros C. Couloumbis2011-01-032-0/+59
| | | | SVN-Revision: 24887
* missing-macros: add as-unaligned-access.m4Jo-Philipp Wich2011-01-023-1/+48
| | | | SVN-Revision: 24878
* missing-macros: add as-compiler-flag.m4 and as-version.m4Jo-Philipp Wich2011-01-024-1/+146
| | | | SVN-Revision: 24877
* revert r24851, it breaks compilation on many hostsJo-Philipp Wich2011-01-012-2/+28
| | | | SVN-Revision: 24866
* tools: add some missing dependenciesHauke Mehrtens2011-01-011-3/+7
| | | | SVN-Revision: 24865
* tools/mkimage: remove the broken portability patch, it is no longer ↵Felix Fietkau2010-12-301-46/+0
| | | | | | necessary with the new version SVN-Revision: 24857
* tools/e2fsprogs: update to version 1.41.14Alexandros C. Couloumbis2010-12-292-28/+2
| | | | SVN-Revision: 24851
* missing-macros: add as-ac-expand.m4Jo-Philipp Wich2010-12-293-1/+50
| | | | SVN-Revision: 24846
* 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> SVN-Revision: 24838
* 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> SVN-Revision: 24811
* use u-boot v2010.12Imre Kaloz2010-12-232-7/+7
| | | | SVN-Revision: 24809
* missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2), ↵Jo-Philipp Wich2010-12-224-2/+29
| | | | | | provide fake-intltool.m4 SVN-Revision: 24787
* missing-macros: add xmms.m4, from libflacJo-Philipp Wich2010-12-223-1/+156
| | | | SVN-Revision: 24784
* missing-macros: add missing serial numbers, split acc.m4 into mfx_acc.m4, ↵Jo-Philipp Wich2010-12-229-363/+367
| | | | | | mfx_cppflags.m4 and mfx_limits.m4 SVN-Revision: 24763
* missing-macros: fix a bunch of underquoted definition warnings in various ↵Jo-Philipp Wich2010-12-223-16/+16
| | | | | | 3rd party macros SVN-Revision: 24761
* missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnetJo-Philipp Wich2010-12-2216-1/+1088
| | | | SVN-Revision: 24757
* missing-macros: add acc.m4, used by ucl and lzoJo-Philipp Wich2010-12-223-1/+368
| | | | SVN-Revision: 24756
* add missing makefile in previous commitJo-Philipp Wich2010-12-221-0/+31
| | | | SVN-Revision: 24755
* package mm-common, this provides missing m4 macros for glibmm, gtkmm, ↵Jo-Philipp Wich2010-12-221-1/+2
| | | | | | cairomm and other Gnome C++ bindings SVN-Revision: 24754