1config BR2_PACKAGE_WPAN_TOOLS
2 bool "wpan-tools"
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 select BR2_PACKAGE_LIBNL
5 help
6 Userspace tools for Linux IEEE 802.15.4 stack.
7
8 http://wpan.cakelab.org/
9
10comment "wpan-tools needs a toolchain w/ threads"
11 depends on !BR2_TOOLCHAIN_HAS_THREADS
12