mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
libnl: bump to version 3.2.9 and enhance
Bump to version 3.2.9 and add an option to install the tools. Since they're not usually required we default to N to reduce size. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
9f7bf3b63d
commit
4b55a99520
@@ -4,3 +4,9 @@ config BR2_PACKAGE_LIBNL
|
||||
A library for applications dealing with netlink socket.
|
||||
|
||||
http://people.suug.ch/~tgr/libnl/
|
||||
|
||||
config BR2_PACKAGE_LIBNL_TOOLS
|
||||
bool "install tools"
|
||||
depends on BR2_PACKAGE_LIBNL
|
||||
help
|
||||
Install binary tools.
|
||||
|
||||
Reference in New Issue
Block a user