|
@@ -1,6 +1,6 @@
|
|
|
config BR2_PACKAGE_WAVEMON
|
|
|
bool "wavemon"
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
select BR2_PACKAGE_LIBNL
|
|
|
help
|
|
@@ -14,5 +14,5 @@ config BR2_PACKAGE_WAVEMON
|
|
|
|
|
|
https://github.com/uoaerg/wavemon
|
|
|
|
|
|
-comment "wavemon needs a toolchain w/ threads"
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+comment "wavemon needs a toolchain w/ NPTL"
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|