Bernd Kuhls
0629bcfc7e
package/iproute2: add upstream patch to fix musl/uclibc build
...
Buildroot commit 532d5561f4 bumped
iproute2 to version 6.17.0 which added lib/bridge.c:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/lib/bridge.c?h=v6.17.0
and causes build errors on musl & uclibc toolchains.
Added upstream patch to fix the problem.
Fixes:
https://autobuild.buildroot.net/results/951/951e4198b2ba109fd9c746fe2e6316a29085aeeb/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-19 16:35:45 +02:00
Dario Binacchi
532d5561f4
package/iproute2: bump to version 6.17.0
...
Release announcement:
https://lore.kernel.org/netdev/20250929095042.48200315@hermes.local/
Changelog:
https://github.com/iproute2/iproute2/compare/v6.16.0...v6.17.0
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:02:49 +02:00
Akhilesh Nema
91a7ac76d2
package/iproute2: bump to version 6.16.0
...
Release announcement:
https://lore.kernel.org/netdev/20250803143154.2d700ad4@hermes.local/
Changelog:
https://github.com/iproute2/iproute2/compare/v6.15.0...v6.16.0
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-08-13 18:24:28 +02:00
Kadambini Nema
b89c274f51
package/iproute2: bump to version 6.15.0
...
Release announcement:
https://lore.kernel.org/netdev/20250526140140.38ba5578@hermes.local/
Changelog:
https://github.com/iproute2/iproute2/compare/v6.14.0...v6.15.0
Drop 0001-nstat-NULL-Dereference-when-no-entries-specified.patch
Upstream commit - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=866e1d107b7de68ca1fcd1d4d5ffecf9d96bff30
Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-05-28 22:24:12 +02:00
Petr Vorel
6bcefa73b1
package/iproute2: backport NULL dereference fix
...
This will be part of 6.15.0 release.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
[Julien: fix check-package error by adding "Upstream:" tag in patch]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-04-22 21:30:47 +02:00
Petr Vorel
ad82e91149
package/iproute2: bump to version 6.14.0
...
For release announce, see:
https://lore.kernel.org/netdev/20250324092319.28d39f2f@hermes.local/
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
[Julien: add link to release announce]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-04-22 21:30:20 +02:00
Akhilesh Nema
739acecd13
package/iproute2: bump to version 6.13.0
...
Changelog - https://github.com/iproute2/iproute2/compare/v6.12.0...v6.13.0
Drop 0001-Fix-implicit-declaration-of-function-htobe64-in-gcc-.patch
Upstream commit - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=c8b3ecc22ed0edaf0259eaf7d1a5c04f300ad6e4
Drop 0002-Fix-implicit-declaration-of-function-basename-in-gcc.patch
Upstream commit - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=fa3949b792e275f75d7d6200dc2036ef7fff8816
Note: Since commit [1] "package/iproute2: bump to version 6.12.0",
iproute2 can fail to build with musl libc with error:
iplink.c: In function 'iplink_parse':
iplink.c:663:43: error: 'PATH_MAX' undeclared (first use in this function); did you mean 'AF_MAX'?
663 | char path[PATH_MAX];
| ^~~~~~~~
This is fixed with iproute2 commit [2] included in this 6.13.0 version.
Fixes:
- https://autobuild.buildroot.org/results/029493e02f5c2858fc987ba7a4c8fe53deb27017/
- and many others...
[1] https://gitlab.com/buildroot.org/buildroot/-/commit/4d40998db891e9967f85fc1e6dd3c2c740ea7b08
[2] https://github.com/iproute2/iproute2/commit/7e23da91fca6e5dedeb32a7d308cf20982e897c3
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
[Julien: add a commit log comment about the fixed build failures]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-01-22 21:12:53 +01:00
Akhilesh Nema
4d40998db8
package/iproute2: bump to version 6.12.0
...
Changelog - https://github.com/iproute2/iproute2/compare/v6.11.0...v6.12.0
Drop 0003-arpd-use-designated-initializers-for-msghdr-structur.patch.
Upstream commit - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=9c9824bcaf092cb99988d59717674b73b5d0d19c
Drop 0004-bridge-mst-fix-a-musl-build-issue.patch
Upstream commit - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=6a77abab92516e65f07f8657fc4e384c4541ce0e
Drop 0005-bridge-mst-fix-a-further-musl-build-issue.patch
Upstream commit - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=043ef90e2fa94397eb5c85330889ca4146a6d58a
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-01-07 19:52:40 +01:00
Dario Binacchi
0748d96940
package/iproute2: bump to version 6.11.0
...
The building test using musl as the C library for the cross-compilation
toolchain raised errors that required the application of two additional
patches.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-10-26 10:46:18 +02:00
Dario Binacchi
57d94b293b
package/iproute2: fix building error using designated initializers
...
This patch fixes the following error:
arpd.c:442:17: error: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
442 | NULL, 0,
The analysis of socket.h [1] containing the msghdr structure shows that
it has been modified with the addition of padding fields, which cause
the compilation error:
struct msghdr {
void *msg_name;
socklen_t msg_namelen;
struct iovec *msg_iov;
#if __LONG_MAX > 0x7fffffff && __BYTE_ORDER == __BIG_ENDIAN
int __pad1;
#endif
int msg_iovlen;
#if __LONG_MAX > 0x7fffffff && __BYTE_ORDER == __LITTLE_ENDIAN
int __pad1;
#endif
void *msg_control;
#if __LONG_MAX > 0x7fffffff && __BYTE_ORDER == __BIG_ENDIAN
int __pad2;
#endif
socklen_t msg_controllen;
#if __LONG_MAX > 0x7fffffff && __BYTE_ORDER == __LITTLE_ENDIAN
int __pad2;
#endif
int msg_flags;
};
The use of designated initializers allows the issue to be fixed.
[1] iproute2/host/mips64-buildroot-linux-musl/sysroot/usr/include/sys/socket.h
Fixes:
- http://autobuild.buildroot.org/results/e4cdfa38ae9578992f1c0ff5c4edae3cc0836e3c
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-10-26 10:46:17 +02:00
Waldemar Brodkorb
c810fb6e11
package/iproute2: fixup Upstream url
...
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-08-15 14:49:05 +02:00
Waldemar Brodkorb
9a57fab586
package/iproute2: fix musl compile errors
...
Add two patches to fix musl compile errors.
Fixes:
http://autobuild.buildroot.net/results/8d713bd911f8d6b97272a7bb5dc2c188aeb99b05
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-08-14 22:17:12 +02:00
Fabrice Fontaine
7ecca28e20
package/iproute2: bump to version 6.10
...
This bump will fix the following build failure with gcc >= 14 thanks to
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=53a89bfd86fff1a00cc77cabb8457a03eaa3bc7d :
../include/json_print.h: In function 'print_tv':
../include/json_print.h:58:48: error: passing argument 5 of 'print_color_tv' from incompatible pointer type [-Wincompatible-pointer-types]
58 | value); \
| ^~~~~
| |
| const struct timeval *
Fixes:
- http://autobuild.buildroot.org/results/c47c1e13659e4bfcccd98ebd22949e9dd278079e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-07-21 18:24:00 +02:00
Francois Perrad
4e39f55713
package/iproute2: bump to version 6.9.0
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-06-19 22:17:40 +02:00
Akhilesh Nema
33139ca6ac
package/iproute2: bump to version 6.8.0
...
Changelog - https://github.com/iproute2/iproute2/compare/v6.7.0...v6.8.0
Drop 0001-Revert-ss-prevent-Process-column-from-being-printed-.patch.
See the upstream fix
https://github.com/iproute2/iproute2/commit/87d804ca0854b09c07872e9fd6036bf5d3e0cc85
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:00:26 +01:00
Yann E. MORIN
c19cca0452
package: switch to _CPE_ID_VALID
...
Now that we document _CPE_ID_VALID, and that it shall be used instead of
setting a default value to one of the other _CPE_ID_* variables, change
all of the existing packages to use it, to avoid any error when we later
extend check-package to validate the sanity ofthe _CPE_ID_* variables.
Mechanical change done within the reference container, running the new
check in check-package, to report the CPE_ID errors:
$ make check-package 2>/dev/null \
|awk '{
split($(1), a, ":"); fname = a[1]
split($(2), a, "'\''"); val = a[2]
new_var = $(8); gsub("_CPE_ID_.*", "_CPE_ID_VALID", new_var)
printf("%s %s %s %s\n", fname, $(8), val, new_var)
}' \
|while read fname var val new_var; do
sed -r -i -e "s/${var}[[:space:]]*=[[:space:]]*${val}/${new_var} = YES/" "${fname}"
done
$ git diff -I'CPE_ID_(VENDOR|VALID)'
[empty]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-02-11 16:30:06 +01:00
Petr Vorel
69a7680407
package/iproute2: bump version to 6.7.0
...
Backport fix of ss's output.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-01-26 17:08:56 +01:00
Francois Perrad
cf117989a0
package/iproute2: bump to version 6.5.0
...
remove upstream patches
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-09-29 22:01:59 +02:00
Ignacy Gawędzki
ff2c69a900
package/iproute2: add optional dependency on libbpf
...
Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 19:30:39 +02:00
Petr Vorel
1740a066e9
package/iproute2: bump version to 6.2.0
...
Backport 2 fixes from upcoming release (memory leak and incorrect JSON
output).
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:06:36 +02:00
Francois Perrad
ee8d02ea6d
package/iproute2: bump to version 6.1.0
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-12-14 19:59:00 +01:00
Fabrice Fontaine
3cf8930508
package/iproute2: bump to version 6.0.0
...
Drop patches (already in version)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-10-27 08:54:18 +02:00
Petr Vorel
f640de44fa
package/iproute2: bump version to 5.19.0
...
Adjust CFLAGS to be able to compile on uclibc-ng < 1.0.42.
Remove patch from this release, backport 3 patches fixing build from
upstream.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-09-17 18:11:20 +02:00
Petr Vorel
10990c576b
package/iproute2: bump version to 5.18.0
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-26 21:59:06 +02:00
Petr Vorel
0263b3eb53
package/iproute2: bump version to 5.17.0
...
Remove patch from this release.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-04-16 21:54:24 +02:00
Fabrice Fontaine
6dac320f73
package/iproute2: fix musl build
...
Fix the following musl build failure raised since bump to version 5.16.0
in commit 8f54d6d785 :
ax25_ntop.c:5:10: fatal error: netax25/ax25.h: No such file or directory
5 | #include <netax25/ax25.h>
| ^~~~~~~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/455840288bbe13ed585b0e2dc7b20a294dd1eee1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-02-01 22:58:55 +01:00
James Hilliard
8f54d6d785
package/iproute2: bump to version 5.16.0
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-01-30 23:43:54 +01:00
Peter Seiderer
bd06a3b9b5
package/iproute2: bump version to 5.15.0
...
For details see [1].
[1] https://lore.kernel.org/all/20211101164705.6f4f2e41@hermes.local
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-11-14 15:09:37 +01:00
Petr Vorel
4672478a7a
package/iproute2: bump version to 5.14.0
...
Drop patch from this release.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-09-11 16:50:43 +02:00
Petr Vorel
c51ddba533
package/iproute2: bump version to 5.13.0
...
NOTE: 0001-lib-fs-fix-issue-when-name-open-_to_handle_at-is-not.patch
will be merged in 5.14.0.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-16 23:26:42 +02:00
Petr Vorel
0071501828
package/iproute2: bump version to 5.12.0
...
Backport from upstream mailing list patch from Heiko Thiery which fixes
missing {name_to,open_by}_handle_at() on uclibc-ng < 1.0.35.
Drop patch from v5.8.0.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-05-18 13:11:05 +02:00
Matt Weber
9cf7caa186
package/iproute2: add _CPE_ID_VENDOR
...
cpe:2.3:a:iproute2_project:iproute2:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:iproute2_project:iproute2
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-04-20 23:22:29 +02:00
Fabrice Fontaine
004222f753
package/iproute2: fix build with uclibc
...
Fixes:
- http://autobuild.buildroot.org/results/08024dd20b174f2e22e641d200f6abd8bd2a9552
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Tested-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-06-20 21:53:42 +02:00
Petr Vorel
ce26d62c6c
package/iproute2: bump to version 5.7.0
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-06-17 22:00:07 +02:00
Norbert Lange
1b9f6fd039
package/iproute2: add optional dependencies on libselinux and libcap
...
The configure script will automatically detect used pkg-config if
libcap or libselinux are available.
Signed-off-by: Norbert Lange <nolange79@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-06-06 21:34:59 +02:00
Petr Vorel
1685cc8af9
package/iproute2: bump to version 5.6.0
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
[yann.morin.1998@free.fr: two spaces in hash file]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-04-22 22:11:15 +02:00
Petr Vorel
e4ce714e0c
package/iproute2: bump to version v5.5.0
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2020-02-03 21:18:58 +01:00
Pierre-Jean Texier
5a6c71d0e4
package/iproute2: bump to version 5.4.0
...
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Tested-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-26 22:37:05 +01:00
Petr Vorel
a4e22d8783
package/iproute2: bump to version 5.3.0
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-10-02 21:06:06 +02:00
Petr Vorel
7131f68287
package/iproute2: bump to version 5.2.0
...
Removed patch which was accepted (slightly different version) upstream as
d0272f54 ("devlink: fix libc and kernel headers collision")
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-07-10 22:26:06 +02:00
Baruch Siach
64cefaab04
package/iproute2: fix build with musl libc
...
Add a patch fixing collision of definitions between libc and kernel
headers.
Fixes:
http://autobuild.buildroot.net/results/d38d3a84c61f37747c652382646839a69de16463/
http://autobuild.buildroot.net/results/41bd8e53b51a96f1b29d7ba0d8661a6dfc958415/
Cc: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-30 23:54:12 +02:00
Petr Vorel
46ccd145f9
package/iproute2: bump to version 5.1.0
...
Drop patch accepted in upstream.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-24 09:45:36 +02:00
Baruch Siach
8af35b92cc
iproute2: bump to version 5.0.0
...
Drop upstream patch.
Cc: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Tested-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-10 11:02:29 +02:00
Baruch Siach
7aa057f2f1
package/iproute2: bump to version 4.20.0
...
Drop upstream patch. Renumber the remaining patch.
Add upstream patch fixing build with musl libc.
Cc: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-12 21:35:58 +01:00
Thomas De Schampheleire
a669c0f2f5
package/iproute2: backport patch to fix compilation under glibc < 2.18
...
When compiling iproute2 using a toolchain containing glibc 2.17 and
older, it fails due to a missing definition of AF_VSOCK.
Add a submitted and accepted upstream patch to fix this issue.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-02-25 22:25:44 +01:00
Peter Korsgaard
1d9fe18e97
iproute2: fix build on glibc < 2.21 / uClibc
...
Fixes:
http://autobuild.buildroot.net/results/fc9/fc99b1ad49080f552ce611d5a7a2f9fe171b5a2c/
http://autobuild.buildroot.net/results/5f7/5f74c258a3adafa5aecd4abc378eef0573143764/
q_{etf,taprio}.c uses CLOCK_TAI, which isn't exposed by glibc < 2.21 or
uClibc, breaking the build. Provide a fallback definition like it is done
for IPPROTO_MPLS and others.
Patch submitted upstream:
https://lwn.net/ml/netdev/20181027153102.32302-1-peter%40korsgaard.com/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2018-10-27 22:58:22 +02:00
Peter Korsgaard
e79df78ce2
iproute2: bump version to 4.19.0
...
For support for the new 4.19+ kernel features. Release notes:
https://lwn.net/ml/netdev/20181023104935.282ff4ec@xeon-e3/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2018-10-27 11:42:07 +02:00
Baruch Siach
447d82f9f5
iproute2: bump to version 4.18.0
...
Drop upstream patch.
Cc: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Acked-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-08-24 23:51:46 +02:00
Yann E. MORIN
b83204d038
package/busybox: invert dependency with iproute2
...
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2018-07-08 13:08:05 +02:00
Fabrice Fontaine
c0d19a2083
iproute2: fix rdma build
...
Retrieve upstream patch
Fixes:
- http://autobuild.buildroot.net/results/63229f485f58be32238916cd997cbe92ac3ca953
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Baruch Siach <baruch@tkos.co.il >
Tested-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2018-06-23 22:43:02 +02:00