aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: brcmsmac: use firmware extracted from proprietary driverHauke Mehrtens2012-10-081-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-toolsHauke Mehrtens2012-10-081-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 m4Felix Fietkau2012-09-231-0/+1
| | | | SVN-Revision: 33520
* add mktools and dosfstools which are needed for the raspberry piJohn Crispin2012-07-241-0/+1
| | | | | | Signed-off-by: Ian Ridge <ianridge [at] gmail.com> SVN-Revision: 32824
* tools: prefer gmd5sum if presentFelix Fietkau2012-07-171-1/+1
| | | | SVN-Revision: 32761
* tools: sdcc depends on bisonFelix Fietkau2012-06-291-0/+1
| | | | SVN-Revision: 32521
* tools: add a python symlink that prefers python2Felix Fietkau2012-06-101-1/+2
| | | | SVN-Revision: 32164
* tools: add scons (patch by Dave Taht)Felix Fietkau2012-05-051-1/+1
| | | | | | | This makes it more possible to build scons based applications for openwrt. SVN-Revision: 31618
* tools: add xz dependency to automakeGabor Juhos2012-04-211-1/+1
| | | | SVN-Revision: 31413
* tools: add sdcc subdir to MakefileJo-Philipp Wich2012-04-091-0/+4
| | | | SVN-Revision: 31228
* tools: fix stat symlink if destination already existsFelix Fietkau2012-03-261-0/+1
| | | | SVN-Revision: 31072
* tools: fix GNU stat detection to prevent it from picking up other things ↵Felix Fietkau2012-03-231-1/+10
| | | | | | named "gstat" (see #4571) SVN-Revision: 31059
* tools: add dependency on the seq symlinkFelix Fietkau2012-03-101-1/+1
| | | | SVN-Revision: 30861
* tools/mtd-utils: add XZ compression support to mkfs.ubifsGabor Juhos2012-03-021-1/+1
| | | | SVN-Revision: 30795
* tools: symlink seq to the host staging dir (gseq on mac os x)Felix Fietkau2012-02-291-0/+1
| | | | SVN-Revision: 30755
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-2/+6
| | | | SVN-Revision: 29754
* build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* ↵Felix Fietkau2011-11-281-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 nowImre Kaloz2011-10-121-1/+2
| | | | SVN-Revision: 28428
* tools: always build mpc, now that older gcc versions have been eliminated, ↵Felix Fietkau2011-07-021-2/+1
| | | | | | fixes #9642 SVN-Revision: 27363
* tools: create a new tool for more efficient jffs2 paddingGabor Juhos2011-07-021-1/+1
| | | | SVN-Revision: 27355
* add a portable version of sys/sysmacros.h and and let the kernel use the ↵Felix Fietkau2011-07-021-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 Fietkau2011-07-021-1/+1
| | | | | | - make the package hidden so that it is automatically built without having to be selected SVN-Revision: 27345
* * adds mkelfimageJohn Crispin2011-05-171-1/+1
| | | | SVN-Revision: 26918
* make the build system a bit more silent without V=99Felix Fietkau2011-04-041-1/+1
| | | | SVN-Revision: 26460
* tools/squashfs4: update to version 4.2 (adds support for xz compression)Felix Fietkau2011-04-031-1/+1
| | | | | | Based on a patch by Jonas Gorski SVN-Revision: 26422
* package xfce-macros, required for autoreconf in xfce4 packagesJo-Philipp Wich2011-03-091-1/+2
| | | | SVN-Revision: 25974
* tools/mpc: add dependency on mpfrFelix Fietkau2011-02-011-1/+1
| | | | SVN-Revision: 25279
* add tools/cmakeFelix Fietkau2011-01-311-1/+1
| | | | SVN-Revision: 25264
* 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: add some missing dependenciesHauke Mehrtens2011-01-011-3/+7
| | | | SVN-Revision: 24865
* 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
* introduce missing-macros meta package, this will supply needed m4 macros ↵Jo-Philipp Wich2010-12-211-1/+2
| | | | | | which are used but not shipped by various packages in feeds SVN-Revision: 24753
* tools: fix dependenciesHauke Mehrtens2010-12-191-4/+2
| | | | SVN-Revision: 24693
* the mpfr dependencies accidentally got broken up, fix itJo-Philipp Wich2010-12-181-2/+1
| | | | SVN-Revision: 24684
* tools: add missing dependenciesHauke Mehrtens2010-12-181-0/+4
| | | | SVN-Revision: 24682
* make libtool a tool build and let autoconf depend on itJo-Philipp Wich2010-12-181-2/+3
| | | | SVN-Revision: 24673
* build flex on the host, some pakcages need it in the newest versionJo-Philipp Wich2010-12-171-1/+2
| | | | SVN-Revision: 24631
* reorder dependenciesJo-Philipp Wich2010-12-131-1/+2
| | | | SVN-Revision: 24556
* Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends ↵Daniel Dickinson2010-12-121-2/+2
| | | | | | on lzma) SVN-Revision: 24513
* add a host package for xzFelix Fietkau2010-12-111-1/+1
| | | | SVN-Revision: 24481
* remove obsolete stamp dep after r24474Jo-Philipp Wich2010-12-111-1/+1
| | | | SVN-Revision: 24475
* rework aclocal handling, packages have issues writing through the symlink so ↵Jo-Philipp Wich2010-12-111-3/+0
| | | | | | keep the host aclocal as include path for now SVN-Revision: 24474
* fix xorg-macros dependencyJo-Philipp Wich2010-12-101-1/+1
| | | | SVN-Revision: 24453
* turn util-macros into tools/xorg-macros host build, provides global xorg m4 ↵Jo-Philipp Wich2010-12-101-0/+2
| | | | | | macros SVN-Revision: 24452
* make $(STAGING_DIR)/host/share/aclocal a symlink to ↵Felix Fietkau2010-12-101-1/+4
| | | | | | $(STAGING_DIR_HOST)/share/aclocal SVN-Revision: 24422
* revert r24407, its already packaged in the xorg feedJo-Philipp Wich2010-12-101-2/+0
| | | | SVN-Revision: 24409
* package xorg-macrosJo-Philipp Wich2010-12-101-0/+2
| | | | SVN-Revision: 24407
* remove 2.6.25 supportImre Kaloz2010-11-221-3/+1
| | | | SVN-Revision: 24089
* add e2fsprogs to tools and use that instead of libuuidImre Kaloz2010-11-221-3/+3
| | | | SVN-Revision: 24078