aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* tools: build ccache when building the sdk (fixes #13949)Felix Fietkau2015-04-031-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45266
* tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/Felix Fietkau2015-03-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45129
* tools: build mtools and dosfstools for mxsZoltan Herpai2015-03-271-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 45055
* tools: add back and update mm-macros, it is required for libsigc++Felix Fietkau2015-03-201-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44905
* tools: remove leftover dependency lineFelix Fietkau2015-03-171-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44870
* tools: remove a bunch of unused automake macrosFelix Fietkau2015-03-171-5/+1
| | | | | | | | | The feeds that use them have been unmaintained for a long time, and something similar can easily be added as a regular host build package. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44869
* toolchain: remove leftovers from old llvm-gcc experimentsFelix Fietkau2015-03-151-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44783
* tools: add patchelf host buildJo-Philipp Wich2015-02-101-1/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44376
* tools: remove PrepareCommand macrosJo-Philipp Wich2015-02-051-39/+2
| | | | | | | | They're part of prereq-build.mk now. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44274
* tools: add dummy scripts for help2man and makeinfoJo-Philipp Wich2015-01-131-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43957
* tools: change automake depends to libtool dependsJo-Philipp Wich2015-01-131-11/+11
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43956
* tools: make libtool depend on automake, not vice versaJo-Philipp Wich2015-01-131-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43955
* tools: build libtool after autoconf, not before (fixes #18659)Felix Fietkau2014-12-281-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43793
* gengetopt: fix parallel build issues (#18442)Felix Fietkau2014-11-301-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43440
* add gengetoptImre Kaloz2014-11-301-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43437
* findutils: add dependency on bisonFelix Fietkau2014-10-261-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43064
* tools: revert faulty dependency on package stuffFelix Fietkau2014-10-201-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42996
* firmware-utils: restore compilation of mkhilinkfw.John Crispin2014-10-201-0/+1
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 42989
* tools: add missing ldconfig make dependency on the staging areaFelix Fietkau2014-09-161-1/+1
| | | | | | Signed-off-by: John Szakmeister <john@szakmeister.net> SVN-Revision: 42576
* tools: install a fake empty ldconfig script to prevent the system ldconfig ↵Felix Fietkau2014-09-111-1/+5
| | | | | | | | from messing around with the toolchain (fixes disappearing musl symlink issue) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42480
* tools: fix mtools/dosfstools related build system warningsFelix Fietkau2014-09-081-2/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42442
* tools: build dosfstools and mtools for sunxiZoltan Herpai2014-09-071-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42435
* tools/libtool: add missing dependency on m4Felix Fietkau2014-08-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42322
* tools/bc: add missing dependency on bisonFelix Fietkau2014-08-271-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42309
* sparse: add as a new package selectable from the configJohn Crispin2014-04-121-0/+1
| | | | | | | | | | | | | This change does multiple things, all related to enable sparse usage as a static analysis tool selectable from the OpenWrt configuration: *add a KERNEL_SPARSE option in the config to add sparse to the kernel build (through the C=1 option usage) *add sparse as a new host tools. It will get selected automatically when the above option will be enabled Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 40490
* flex: fix build error due to undefined library symbolsFelix Fietkau2014-03-121-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39888
* tools: fix stampfile dependency handling when the list of build dirs changes ↵Felix Fietkau2014-03-081-15/+18
| | | | | | | | (#15186) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39845
* imx23: rename imx23 to mxs for upcoming imx23/28 supportZoltan Herpai2013-10-141-1/+1
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38394
* patch: other tools might depend on this oneLuka Perkov2013-09-271-0/+4
| | | | | | Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi> SVN-Revision: 38236
* quilt: add findutils as dependencyLuka Perkov2013-09-271-1/+1
| | | | | | Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi> SVN-Revision: 38235
* sdcc: drop tool, it is not used since r31227Luka Perkov2013-09-241-4/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38167
* tools: make padjffs2 depend on findutilsFelix Fietkau2013-07-291-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37599
* tools: remove stale reference to the find PrepareCommand TargetFelix Fietkau2013-07-091-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37215
* tools: add a package for findutils, Linux 3.10 need GNU xargsFelix Fietkau2013-07-091-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37212
* add bc as required by kernels 3.9+Zoltan Herpai2013-07-081-1/+1
| | | | | | | | | - bc is required by the kernel to compute timeconsts files - fixes #13767. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37197
* tools: add tools for i.MX23 boardsZoltan Herpai2013-06-261-0/+1
| | | | SVN-Revision: 37035
* build: BSD compile fixesFelix Fietkau2013-03-071-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.35Luka Perkov2013-02-261-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 platformsFelix Fietkau2012-12-171-1/+2
| | | | SVN-Revision: 34736
* rename patch-cmdline and add code for patching DTB files into kernel imagesJohn Crispin2012-11-021-1/+1
| | | | SVN-Revision: 34058
* 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