summaryrefslogtreecommitdiffstats
path: root/package/batctl
Commit message (Collapse)AuthorAgeFilesLines
* package/batctl: bump version to 2017.0Bernd Kuhls2017-05-222-4/+4
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/batctl: bump to 2016.1Christian Stewart2016-05-282-4/+4
| | | | | | | Bump batctl to the latest (2016.1) from 2015.1. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/batctl: bump to version 2015.1Alex Suykov2015-08-183-194/+4
| | | | | | | | | | musl fixes have been merged upstream, so the patch is no longer needed. [Thomas: re-add locally calculated sha256 hash.] Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove non-IPv6 dependencies and tweaksGustavo Zacarias2015-04-221-3/+2
| | | | | | | | Now that IPv6 is mandatory remove package dependencies and conditionals for it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* batctl: fix musl buildsAlex Suykov2015-03-311-0/+192
| | | | | | | | Fixes http://autobuild.buildroot.net/results/0701b880d0f82ef92d742346bfa97bb2af216ed3/ Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* batctl: new packageJens Zettelmeyer2015-02-093-0/+35
[Thomas: - remove trailing whitespace - remove "# libnl" comment in Config.in - remove BATCTL_SOURCE, which is not needed, since the default value is used - pass $(TARGET_CONFIGURE_OPTS) in the make environment, not as a make option, otherwise the CFLAGS += lines of batctl Makefile do not have any effect, and lead to not have the proper include path to the libnl header files.] Signed-off-by: Jens Zettelmeyer <zettelmeyerj@goooglemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud