448 Commits (e116785f274c36f53eb355500d69791dff92d85d)

Author SHA1 Message Date
Jo-Philipp Wich c59cc1b75d fix xorg-macros dependency 14 years ago
Jo-Philipp Wich 8e4f381a66 turn util-macros into tools/xorg-macros host build, provides global xorg m4 macros 14 years ago
Gabor Juhos 912a140b19 firmware-utils/mktplinkfw: add support for the TL-MR3220 v1 14 years ago
Jo-Philipp Wich 8f591af937 automake: rework patch; only skip when the directories does not exist, this preserves error cases like missing access permissions 14 years ago
Jo-Philipp Wich 127c395a0e automake: use symlinks instead of hardlinks to link aclocal versions 14 years ago
Jo-Philipp Wich 94c3f4ab4d automake: skip over not existing m4 macro directories, don't fail 14 years ago
Felix Fietkau 48dcb640d8 make $(STAGING_DIR)/host/share/aclocal a symlink to $(STAGING_DIR_HOST)/share/aclocal 14 years ago
Jo-Philipp Wich 339295d309 revert r24406 14 years ago
Jo-Philipp Wich 7da7badd3e revert r24407, its already packaged in the xorg feed 14 years ago
Jo-Philipp Wich 96dff60461 package xorg-macros 14 years ago
Jo-Philipp Wich 2104af77e3 pkg-config: install pkg.m4 to aclocal/ 14 years ago
Alexandros C. Couloumbis 72cf52b1d8 tools/mpfr: update to version 3.0.0 14 years ago
Alexandros C. Couloumbis 5c203f76d6 tools/mpc: update to version 0.8.2 14 years ago
Alexandros C. Couloumbis 2a3dde2cac tools/gmp: update to version 5.0.1 14 years ago
Alexandros C. Couloumbis 8f143af3ff tools/cloog: update to version 0.15.10 14 years ago
Alexandros C. Couloumbis 421e6d83ce tools/ccache: update to version 3.1.3 14 years ago
Alexandros C. Couloumbis 276ef23e4d tools/automake: add symbolic links upto version 1.11.1 14 years ago
Alexandros C. Couloumbis 163c424187 tools/mklibs: revert r24282 14 years ago
Alexandros C. Couloumbis be47a78299 tools/mklibs: update to version 0.1.30 14 years ago
Alexandros C. Couloumbis 00c9674f71 tools/bison: update to version 2.4.3 14 years ago
Alexandros C. Couloumbis d7b81def38 tools/m4: update to version 1.4.15 14 years ago
Alexandros C. Couloumbis e3a95a6320 tools/autoconf: update to version 2.68 14 years ago
Alexandros C. Couloumbis d5aecceacd tools/automake: update to version 1.11.1 14 years ago
Hauke Mehrtens 41b3383499 brcm47xx: Add edimax PS1208mfg support 14 years ago
Alexandros C. Couloumbis 0d69a941a2 tools/pkg-config: update to version 0.25 14 years ago
Alexandros C. Couloumbis 721a005dc2 tools/e2fsprogs: fix freebsd compile issue 14 years ago
Alexandros C. Couloumbis 8a5b26afd1 tools/mtd-utils: update to mtd-utils-20101124 14 years ago
Alexandros C. Couloumbis 65a07aa7cf tools/e2fsprogs: update to e2fsprogs-1.41.12 14 years ago
Felix Fietkau 233c6672a9 e2fsprogs: fix libuuid installation 14 years ago
Felix Fietkau 5b2df455f0 e2fsprogs: clean up the makefile and install libuuid 14 years ago
Imre Kaloz 5ea6194ab0 remove 2.6.25 support 14 years ago
Imre Kaloz 49a0179e21 add e2fsprogs to tools and use that instead of libuuid 14 years ago
Daniel Dickinson eadb5c84fa imagetag: Significantly updated brcm63xx imagetag writing tool. * Rewrote commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above). 14 years ago
Daniel Dickinson 6cd4575153 brcm63xx: imagetag: Fixed occaisonal wrong CRC in image due to using strncpy to copy the CRC into the imagetag. strncpy stops copying after a 00 byte, memcpy doesn't. 14 years ago
Alexandros C. Couloumbis 4ec905f3c9 target/linux/orion: create subtargets (closes #8154) 14 years ago
Michael Büsch 676520cf65 ensure an empty BUILD_DIR variable is passed down u-boot's makefile 14 years ago
Felix Fietkau 731877c5d9 add a stripped down (and portable) version of flock to the host tools 14 years ago
Alexandros C. Couloumbis 585850eafb tools/mtd-utils: add two upstream patches 14 years ago
Jo-Philipp Wich 002fde670f quilt: pass PATH and FIND to configure (FreeBSD compatibility) 14 years ago
Jo-Philipp Wich b826e42476 reenable squashfs4 for ar71xx, it needs both old and new 14 years ago
Jo-Philipp Wich 3341e1ece7 ipkg-utils: don't fail if conffiles do not exist, resolve them instead and silently skip not existing files. This prepares support for sysupgrade hints using to build the keepfile list. Subsequent commits will rely on this feature - a rebuild of tools/ipkg-utils is necessary! 14 years ago
Imre Kaloz 7fa8ba095b Toto, we don't support Linux 2.4 anymore.. 14 years ago
Imre Kaloz 968a0c1ddb simplify old squashfs/lzma selection 14 years ago
Alexandros C. Couloumbis c74849709f tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64) 14 years ago
Jo-Philipp Wich 3d44120515 mtd-utils: refresh patches again 14 years ago
Alexandros C. Couloumbis 3c67143588 tools/mtd-utils: fix build issue under freebsd. update to latest git tree. (thanks loswillios & larsc) 14 years ago
Alexandros C. Couloumbis e70493a812 tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong. 14 years ago
Lars-Peter Clausen be8b1b4d03 libuuid: Use libuuid from util-linux-ng instead of e2fsprogs 14 years ago
Jo-Philipp Wich 4e8f4e1d39 mtd-utils: refresh patches 14 years ago
Jo-Philipp Wich f70671c153 tools/mtd-utils: fix compilation on OS X 14 years ago