summaryrefslogtreecommitdiffstats
path: root/package/babeld
Commit message (Collapse)AuthorAgeFilesLines
* package/b*/Config.in: fix help text wrappingAdam Duskett2017-05-111-2/+2
| | | | | | | | | | | | | | The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter b in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* babeld: fix typo in variable namePeter Korsgaard2017-02-071-2/+2
| | | | | | | | | | | | | As pointed out during the check-package discussion, there is a typo in a variable name: http://lists.busybox.net/pipermail/buildroot/2016-December/180765.html Fixing that also shows that the license file was misspelled, so fix that as well (LICENSE/LICENCE). Reported-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* babeld: fix build with the musl C libraryThomas Petazzoni2016-08-201-0/+78
| | | | | | | | | | | This commit adds a patch that removes a header inclusion causing redefinition issues with the musl C library. Fixes: http://autobuild.buildroot.net/results/7d80c66ab5d4975de7256e73592845b9f8b3a731/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* babeld: use TARGET_CONFIGURE_OPTSThomas Petazzoni2016-07-031-2/+1
| | | | | | | | | As suggested by a previous submission of babeld (https://patchwork.ozlabs.org/patch/631953/), we can use TARGET_CONFIGURE_OPTS instead of passing CFLAGS and LDFLAGS in PLATFORM_DEFINES. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* babeld: needs MMU as it uses fork()Thomas Petazzoni2016-07-031-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/986953a9bb49cd68338dc15e1a2f96045e44bf02/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* babeld: New packageMaxime Hadjinlian2016-07-025-0/+95
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [Thomas: use $(INSTALL) instead of install.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud