summaryrefslogtreecommitdiff
path: root/package/libnl/Config.in
blob: fec10d31b7028cae7a636aac3c2b7da88024e015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_LIBNL
	bool "libnl"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	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.

comment "libnl needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS