[Buildroot] [PATCH] libnl: bump to version 3.2.3

Yegor Yefremov yegorslists at googlemail.com
Tue Nov 29 21:26:47 UTC 2011


On Tue, Nov 29, 2011 at 5:27 PM, Daniel Mack <zonque at gmail.com> wrote:
> This newer version splits the library code into libnl, libnl-route,
> libnl-genl and libnl-nf, each individually selectable via pkgconfig.
>
> Signed-off-by: Daniel Mack <zonque at gmail.com>
> ---
>  package/libnl/libnl.mk |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
> index dd0d7fb..612908b 100644
> --- a/package/libnl/libnl.mk
> +++ b/package/libnl/libnl.mk
> @@ -4,7 +4,7 @@
>  #
>  #############################################################
>
> -LIBNL_VERSION = 3.0
> +LIBNL_VERSION = 3.2.3
>  LIBNL_SOURCE = libnl-$(LIBNL_VERSION).tar.gz
>  LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files/
>  LIBNL_INSTALL_STAGING = YES
> --
> 1.7.7.3

The only package I know that is prepared for libnl 3.2.3 is iw (latest
git version). Other packages like wpa_supplicant, hostapd, kismet are
not prepared for the new version of libnl.

Yegor



More information about the buildroot mailing list