Thanks, applied as 1bedd5d53a9283aada36c9312178a7355bd1b52e. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:53:22 +0200, Ladislav Michl <[email protected]> wrote: > Signed-off-by: Ladislav Michl <[email protected]> > Reviewed-by: Alexander Dahl <[email protected]> > Message-Id: <afG8gVeoieo5U-ID@lenoch> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/libmnl.in b/rules/libmnl.in > index aa71e5d05ccc..bc6144c03524 100644 > --- a/rules/libmnl.in > +++ b/rules/libmnl.in > @@ -4,8 +4,8 @@ config LIBMNL > bool > prompt "libmnl" > help > - libmnl is a minimalistic user-space library oriented to Netlink > - developers. There are a lot of common tasks in parsing, > validating, > - constructing of both the Netlink header and TLVs that are > repetitive > - and easy to get wrong. This library aims to provide simple > helpers > - that allows you to re-use code and to avoid re-inventing the > wheel. > + libmnl is a minimalistic user-space library oriented to Netlink > + developers. There are a lot of common tasks in parsing, validating, > + constructing of both the Netlink header and TLVs that are repetitive > + and easy to get wrong. This library aims to provide simple helpers > + that allows you to re-use code and to avoid re-inventing the wheel. > diff --git a/rules/libmnl.make b/rules/libmnl.make > index beb00dbd4e39..168f6fa0e6af 100644 > --- a/rules/libmnl.make > +++ b/rules/libmnl.make > @@ -18,9 +18,9 @@ LIBMNL_VERSION := 1.0.5 > LIBMNL_MD5 := 0bbb70573119ec5d49435114583e7a49 > LIBMNL := libmnl-$(LIBMNL_VERSION) > LIBMNL_SUFFIX := tar.bz2 > -LIBMNL_URL := > https://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX) > +LIBMNL_URL := > https://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX) > LIBMNL_SOURCE := $(SRCDIR)/$(LIBMNL).$(LIBMNL_SUFFIX) > -LIBMNL_DIR := $(BUILDDIR)/$(LIBMNL) > +LIBMNL_DIR := $(BUILDDIR)/$(LIBMNL) > LIBMNL_LICENSE := LGPL-2.1-or-later > LIBMNL_LICENSE_FILES := file://COPYING;md5=4fbd65380cdd255951079008b364516c >
