libnl: bump to version 3.2.18

Bump to version 3.2.18, fixing:
http://autobuild.buildroot.org/results/28f23910e2c2090e6f37e8d6a26cdb5adf9615c2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-01-08 07:45:06 +00:00 committed by Peter Korsgaard
parent 6c18ea09e8
commit 0af470265b

View File

@ -4,7 +4,7 @@
#
#############################################################
LIBNL_VERSION = 3.2.17
LIBNL_VERSION = 3.2.18
LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files
LIBNL_LICENSE = LGPLv2.1+
LIBNL_LICENSE_FILES = COPYING
@ -22,6 +22,7 @@ endef
define LIBNL_REMOVE_TOOLS
rm -rf $(addprefix $(TARGET_DIR)/usr/sbin/nl-, $(LIBNL_BINARIES))
rm -rf $(TARGET_DIR)/usr/sbin/genl-ctrl-list
endef
ifneq ($(BR2_PACKAGE_LIBNL_TOOLS),y)