This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
380 B
Plaintext
17 lines
380 B
Plaintext
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
|