404597a5db
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
config BR2_PACKAGE_WPAN_TOOLS
|
|
bool "wpan-tools"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBNL
|
|
help
|
|
Userspace tools for Linux IEEE 802.15.4 stack.
|
|
|
|
http://wpan.cakelab.org/
|
|
|
|
comment "wpan-tools needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|