summaryrefslogtreecommitdiffstats
path: root/package/libnl/Config.in
blob: c7d435983b15a8e1d9442493cb4472cfc213f90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_LIBNL
	bool "libnl"
	help
	  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.