diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-14 02:29:58 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-14 21:37:06 +0200 |
commit | 4b55a9952014b37ce565b46ee6e93018555127fa (patch) | |
tree | 5cf33d04cb9fe7b8e36c66440e4aa9fbc66c142e /package/libnl/Config.in | |
parent | 9f7bf3b63d820616fe8ce2f3fa485c22542f2acb (diff) |
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>
Diffstat (limited to 'package/libnl/Config.in')
-rw-r--r-- | package/libnl/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/libnl/Config.in b/package/libnl/Config.in index 24e481361..c7d435983 100644 --- a/package/libnl/Config.in +++ b/package/libnl/Config.in @@ -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. |