Dario Binacchi
a06fd96543
package/babeld: bump to version 1.13.1
...
- Implemented the per-interface option "probe-mtu", which automatically
discards links with a mis-configured MTU.
- Fixed a typo in the handing of the option "v4viav6".
Release notes:
https://github.com/jech/babeld/blob/master/CHANGES
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-10-26 16:08:01 +02:00
Waldemar Brodkorb
3527691d0b
package/babeld: bump version to 1.13
...
Update Homepage and Download URL.
For changes see here:
https://github.com/jech/babeld/blob/master/CHANGES
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-08-20 23:47:42 +02:00
Sergio Prado
aff4e474b3
package/babeld: bump version to 1.9.2
...
Also separate the fields in the hash file by two spaces.
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-07-11 15:25:35 +02:00
Jérémy Rosen
3e092163e5
package: rely on systemctl preset-all for buildroot-provided services
...
All the packages in this list have the following properties
* units are provided by buildroot in the package directory
* the SYSTEMD_INSTALL_INIT_HOOK is exactly equivalent to what the
[Install] section of the unit does
The fix removes the soflinking in the .mk file
Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2019-12-18 18:27:41 +01:00
Fabrice Fontaine
da585ab44d
package/babeld: bump to version 1.8.4
...
- Remove patch (already in version)
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-14 14:59:42 +02:00
Adam Duskett
4db9bbb475
package/b*/Config.in: fix help text wrapping
...
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 >
2017-05-11 23:26:49 +02:00
Peter Korsgaard
b2cf7ca0e2
babeld: fix typo in variable name
...
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 >
2017-02-07 09:43:41 +01:00
Thomas Petazzoni
254da76865
babeld: fix build with the musl C library
...
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 >
2016-08-20 11:16:06 +02:00
Thomas Petazzoni
dbf799e2af
babeld: use TARGET_CONFIGURE_OPTS
...
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 >
2016-07-03 21:25:50 +02:00
Thomas Petazzoni
d0b1105851
babeld: needs MMU as it uses fork()
...
Fixes:
http://autobuild.buildroot.net/results/986953a9bb49cd68338dc15e1a2f96045e44bf02/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-07-03 10:26:53 +02:00
Maxime Hadjinlian
7c8c6e1b87
babeld: New package
...
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 >
2016-07-02 15:15:17 +02:00