소스 검색

package/wiringpi: uses fork(), needs mmu

Fixes
http://autobuild.buildroot.net/results/c60/c6013c214674f9802309d8cd770d3da2f751674d/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls 9 년 전
부모
커밋
f55dcc221c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/wiringpi/Config.in

+ 1 - 0
package/wiringpi/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WIRINGPI
 	bool "wiringpi"
+	depends on BR2_USE_MMU # fork()
 	help
 	  wiringPi libraries (and gpio command)