summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
Commit message (Collapse)AuthorAgeFilesLines
* busybox: version bump 1.28.3 -> 1.29.3Clemens Gruber2018-09-271-2/+2
| | | | | | | Drop upstreamed patch and update configs. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.27.2 -> 1.28.3Michael Olbrich2018-05-211-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: use the correct include search order for kernel headersMichael Olbrich2018-02-131-1/+1
| | | | | | | | | | | The kernel headers should be used before the toolchain headers but after any local include paths. Use '-isystem' to handle this. Without this, e.g. systemd may fail to build: It has it's own copy of linux/bpf.h but a incompatible version from the toochain may be used instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: set correct architecture for x86Michael Olbrich2018-02-061-2/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: don't select KERNEL_HEADERMichael Olbrich2018-02-011-0/+2
| | | | | | | | The kernel headers in the toolchain a probably sufficient. If not the kernel-header package can be enabled manually. It will be built before all other target packages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.26.2 -> 1.27.2Clemens Gruber2017-09-051-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: /usr mergeMichael Olbrich2017-04-111-18/+18
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: update version 1.25.1 -> 1.26.2Clemens Gruber2017-02-071-2/+2
| | | | | | | | Also update the busybox config tree and use the split-up IFUP and IFDOWN symbols in initmethod-*.in. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: bump versionClemens Gruber2016-11-281-3/+3
| | | | | | | | | Bump version and update busybox Config.in files. Also use the HTTPS URL for downloading. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: add selinux build fix] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: remove all <PKG>_INSTALL_ENVMichael Olbrich2016-07-011-3/+0
| | | | | | It's not used. The install stage uses <PKG>_MAKE_ENV. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump to 1.24.2Clemens Gruber2016-05-261-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: don't add timestamp the the binaryMichael Olbrich2015-11-121-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: cleanupMichael Olbrich2015-11-121-5/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.23.2 -> 1.24.1Michael Olbrich2015-11-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: add crond systemd serviceAlbert Antony2015-07-161-0/+7
| | | | | | | Hopefully the tabs are preserved in this version of the patch ;) Signed-off-by: Albert Antony <albert@newtec.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.23.1 -> 1.23.2Clemens Gruber2015-06-161-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.22.1 -> 1.23.1Michael Olbrich2015-02-021-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.22.0 -> 1.22.1Michael Olbrich2014-06-161-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.21.0 -> 1.22.0Michael Olbrich2014-01-181-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: add option to install udhcpd start scriptJean-Claude Monnin2013-11-171-0/+10
| | | | Signed-off-by: Jean-Claude Monnin <jc_monnin@emailplus.org>
* busybox: add generic config file for udhcpdJean-Claude Monnin2013-11-171-0/+4
| | | | Signed-off-by: Jean-Claude Monnin <jc_monnin@emailplus.org>
* busybox: version bump 1.20.2 -> 1.21.0Michael Olbrich2013-06-151-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: Fix permission of /etc/sysctl.confBernhard Walle2013-06-051-1/+1
| | | | | | | It's not necessary to make /etc/sysctl.conf executable. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: CROSS_CFLAGS are now added by the wrapperMichael Olbrich2013-04-081-3/+2
| | | | | | and the host wrapper will call the correct HOSTCC Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: support to install busybox as individual applets instead of links ↵ptxdist-2013.01.90Marc Kleine-Budde2013-02-051-1/+23
| | | | | | to binary Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* busybox: version bump 1.20.1 -> 1.20.2Michael Olbrich2012-10-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add --verbose option and start using itMichael Olbrich2012-07-291-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.18.5 -> 1.20.1Michael Olbrich2012-06-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: add sysctl config fileRemy Bohmer2012-05-301-0/+15
| | | | | | | | | | | Add sysctl.conf to busybox configuration Add option to install an generic, or project specific sysctl.conf file on the target filesystem. Also add the option to read the file during boot-time Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: add telnetd systemd serviceMichael Olbrich2012-04-221-0/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Pass extra platform CFLAGS to busybox makeRemy Bohmer2012-03-141-5/+8
| | | | | | | | | | | | | | | Busybox make is not properly called in case: * compiler name tuple does not match target tuple (as used in multilib compilers, for example: i686-pc-linux-gnu-gcc can compile for x86_64-unknown-linux-gnu targets. To solve this the 'SUBARCH' need to be set) * CONFIG_EXTRA_CFLAGS need to e set to select the proper sysroot to compile against in busybox * LDFLAGS to link against the proper sysroot. Signed-off-by: Remy Bohmer <linux@bohmer.net> [mol: fix variable name BUSYBOX_INSTALL_ENV] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: add CROSS_CFLAGS to CONFIG_EXTRA_CFLAGSMarc Kleine-Budde2012-01-251-0/+1
| | | | | | ...otherwise global configured CFLAGS (via platformconfig) are ignored. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Busybox-1.18.5Ladislav Michl2011-07-201-2/+2
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [inetd] handle ftpd serviceStephan Linz2010-08-051-0/+4
| | | | | Signed-off-by: Stephan Linz <linz@li-pro.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [busybox] busybox rfkill need linux/rfkill.h from the kernel headersMichael Olbrich2010-08-051-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [busybox] update to 1.17.1Ladislav Michl2010-08-021-1/+1
| | | | | | | | | 0002-silence-errors-on-BE-platforms.patch was dropped as it no longer applies. I'll try to fix it upstream first and backport accepted solution. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> [mkl: re-run with fixed importer] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [busybox] install rc.d link with the init scriptMichael Olbrich2010-07-271-0/+30
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [busybox] run prepare prior to importingMarc Kleine-Budde2010-07-261-0/+1
| | | | | | needed since busybox-1.17 Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [busybox] remove obsolete get stage and PATH definitionMarc Kleine-Budde2010-07-261-9/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [busybox] Install /etc/mdev.conf if PTXCONF_BUSYBOX_FEATURE_MDEV_CONF is enabledAlexander Stein2010-06-021-0/+4
| | | | Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
* Install /etc/busybox.conf if BUSYBOX_FEATURE_SUID_CONFIG is enabledAlexander Stein2010-05-311-0/+3
| | | | | Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [busybox] fix [target]installMichael Olbrich2010-04-221-1/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [busybox] version bump -> 1.16.1Marc Kleine-Budde2010-04-011-2/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [busybox] version bump to 1.15.3Marc Kleine-Budde2010-01-191-1/+1
| | | | | | ...fixes compilation with recent kernel headers Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [busybox] fix installMichael Olbrich2010-01-121-19/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>