Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: add tools for i.MX23 boards | Zoltan Herpai | 2013-06-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 37035 | ||||
* | build: BSD compile fixes | Felix Fietkau | 2013-03-07 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | following patch allows to build images for Qemu ARM on OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64. Mostly small pieces of code changes to get things right on the specific platform. Updated the README to describe better, which tools on the host are required. Added some kind of prepare scripts to install needed tools on BSD via packages. Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de> SVN-Revision: 35900 | ||||
* | mklibs: upgrade to 0.1.35 | Luka Perkov | 2013-02-26 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35818 | ||||
* | tools: add a symlink for gnu awk to fix kernel build errors on some platforms | Felix Fietkau | 2012-12-17 | 1 | -1/+2 |
| | | | | SVN-Revision: 34736 | ||||
* | rename patch-cmdline and add code for patching DTB files into kernel images | John Crispin | 2012-11-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 34058 | ||||
* | mac80211: brcmsmac: use firmware extracted from proprietary driver | Hauke Mehrtens | 2012-10-08 | 1 | -1/+1 |
| | | | | | | | | The firmware from linux-firmware does not support the rev 17 core found in a bcm4716. The firmware extracted from the proprietary driver supports this core. Use this firmware instead by default. SVN-Revision: 33669 | ||||
* | tools: add b43-tools | Hauke Mehrtens | 2012-10-08 | 1 | -0/+4 |
| | | | | | | Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools. SVN-Revision: 33668 | ||||
* | tools: flex depends on m4 | Felix Fietkau | 2012-09-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 33520 | ||||
* | add mktools and dosfstools which are needed for the raspberry pi | John Crispin | 2012-07-24 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Ian Ridge <ianridge [at] gmail.com> SVN-Revision: 32824 | ||||
* | tools: prefer gmd5sum if present | Felix Fietkau | 2012-07-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 32761 | ||||
* | tools: sdcc depends on bison | Felix Fietkau | 2012-06-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 32521 | ||||
* | tools: add a python symlink that prefers python2 | Felix Fietkau | 2012-06-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 32164 | ||||
* | tools: add scons (patch by Dave Taht) | Felix Fietkau | 2012-05-05 | 1 | -1/+1 |
| | | | | | | | This makes it more possible to build scons based applications for openwrt. SVN-Revision: 31618 | ||||
* | tools: add xz dependency to automake | Gabor Juhos | 2012-04-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 31413 | ||||
* | tools: add sdcc subdir to Makefile | Jo-Philipp Wich | 2012-04-09 | 1 | -0/+4 |
| | | | | SVN-Revision: 31228 | ||||
* | tools: fix stat symlink if destination already exists | Felix Fietkau | 2012-03-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 31072 | ||||
* | tools: fix GNU stat detection to prevent it from picking up other things ↵ | Felix Fietkau | 2012-03-23 | 1 | -1/+10 |
| | | | | | | named "gstat" (see #4571) SVN-Revision: 31059 | ||||
* | tools: add dependency on the seq symlink | Felix Fietkau | 2012-03-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 30861 | ||||
* | tools/mtd-utils: add XZ compression support to mkfs.ubifs | Gabor Juhos | 2012-03-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 30795 | ||||
* | tools: symlink seq to the host staging dir (gseq on mac os x) | Felix Fietkau | 2012-02-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 30755 | ||||
* | tools: clean up Makefiles / make ccache work | John Crispin | 2012-01-15 | 1 | -2/+6 |
| | | | | SVN-Revision: 29754 | ||||
* | build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* ↵ | Felix Fietkau | 2011-11-28 | 1 | -0/+1 |
| | | | | | | for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build SVN-Revision: 29352 | ||||
* | add upx, but make it build only for ppc now | Imre Kaloz | 2011-10-12 | 1 | -1/+2 |
| | | | | SVN-Revision: 28428 | ||||
* | tools: always build mpc, now that older gcc versions have been eliminated, ↵ | Felix Fietkau | 2011-07-02 | 1 | -2/+1 |
| | | | | | | fixes #9642 SVN-Revision: 27363 | ||||
* | tools: create a new tool for more efficient jffs2 padding | Gabor Juhos | 2011-07-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 27355 | ||||
* | add a portable version of sys/sysmacros.h and and let the kernel use the ↵ | Felix Fietkau | 2011-07-02 | 1 | -1/+2 |
| | | | | | | host include dir, fixes x86 builds on non-gnu systems SVN-Revision: 27346 | ||||
* | move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain ↵ | Felix Fietkau | 2011-07-02 | 1 | -1/+1 |
| | | | | | | - make the package hidden so that it is automatically built without having to be selected SVN-Revision: 27345 | ||||
* | * adds mkelfimage | John Crispin | 2011-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 26918 | ||||
* | make the build system a bit more silent without V=99 | Felix Fietkau | 2011-04-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 26460 | ||||
* | tools/squashfs4: update to version 4.2 (adds support for xz compression) | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | | | Based on a patch by Jonas Gorski SVN-Revision: 26422 | ||||
* | package xfce-macros, required for autoreconf in xfce4 packages | Jo-Philipp Wich | 2011-03-09 | 1 | -1/+2 |
| | | | | SVN-Revision: 25974 | ||||
* | tools/mpc: add dependency on mpfr | Felix Fietkau | 2011-02-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 25279 | ||||
* | add tools/cmake | Felix Fietkau | 2011-01-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 25264 | ||||
* | cleanup toolchain version handling | Imre Kaloz | 2011-01-27 | 1 | -3/+3 |
| | | | | SVN-Revision: 25148 | ||||
* | remove bogus qemu dependency | Jo-Philipp Wich | 2011-01-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 25032 | ||||
* | tools: add some missing dependencies | Hauke Mehrtens | 2011-01-01 | 1 | -3/+7 |
| | | | | SVN-Revision: 24865 | ||||
* | package mm-common, this provides missing m4 macros for glibmm, gtkmm, ↵ | Jo-Philipp Wich | 2010-12-22 | 1 | -1/+2 |
| | | | | | | cairomm and other Gnome C++ bindings SVN-Revision: 24754 | ||||
* | introduce missing-macros meta package, this will supply needed m4 macros ↵ | Jo-Philipp Wich | 2010-12-21 | 1 | -1/+2 |
| | | | | | | which are used but not shipped by various packages in feeds SVN-Revision: 24753 | ||||
* | tools: fix dependencies | Hauke Mehrtens | 2010-12-19 | 1 | -4/+2 |
| | | | | SVN-Revision: 24693 | ||||
* | the mpfr dependencies accidentally got broken up, fix it | Jo-Philipp Wich | 2010-12-18 | 1 | -2/+1 |
| | | | | SVN-Revision: 24684 | ||||
* | tools: add missing dependencies | Hauke Mehrtens | 2010-12-18 | 1 | -0/+4 |
| | | | | SVN-Revision: 24682 | ||||
* | make libtool a tool build and let autoconf depend on it | Jo-Philipp Wich | 2010-12-18 | 1 | -2/+3 |
| | | | | SVN-Revision: 24673 | ||||
* | build flex on the host, some pakcages need it in the newest version | Jo-Philipp Wich | 2010-12-17 | 1 | -1/+2 |
| | | | | SVN-Revision: 24631 | ||||
* | reorder dependencies | Jo-Philipp Wich | 2010-12-13 | 1 | -1/+2 |
| | | | | SVN-Revision: 24556 | ||||
* | Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends ↵ | Daniel Dickinson | 2010-12-12 | 1 | -2/+2 |
| | | | | | | on lzma) SVN-Revision: 24513 | ||||
* | add a host package for xz | Felix Fietkau | 2010-12-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 24481 | ||||
* | remove obsolete stamp dep after r24474 | Jo-Philipp Wich | 2010-12-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 24475 | ||||
* | rework aclocal handling, packages have issues writing through the symlink so ↵ | Jo-Philipp Wich | 2010-12-11 | 1 | -3/+0 |
| | | | | | | keep the host aclocal as include path for now SVN-Revision: 24474 | ||||
* | fix xorg-macros dependency | Jo-Philipp Wich | 2010-12-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 24453 | ||||
* | turn util-macros into tools/xorg-macros host build, provides global xorg m4 ↵ | Jo-Philipp Wich | 2010-12-10 | 1 | -0/+2 |
| | | | | | | macros SVN-Revision: 24452 |