|
@@ -1,7 +1,12 @@
|
|
config BR2_PACKAGE_WIRINGPI
|
|
config BR2_PACKAGE_WIRINGPI
|
|
bool "wiringpi"
|
|
bool "wiringpi"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
help
|
|
wiringPi libraries (and gpio command)
|
|
wiringPi libraries (and gpio command)
|
|
|
|
|
|
http://wiringpi.com/
|
|
http://wiringpi.com/
|
|
|
|
+
|
|
|
|
+comment "wiringpi needs a toolchain w/ threads"
|
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|