소스 검색

znc: not available on !MMU systems, uses fork()

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas Petazzoni 11 년 전
부모
커밋
818ef1ea39
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      package/znc/Config.in

+ 2 - 0
package/znc/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_ZNC
 	bool "znc"
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_MMU # fork()
 	help
 	  Advanced IRC bouncer
 
@@ -8,3 +9,4 @@ config BR2_PACKAGE_ZNC
 
 comment "znc needs a toolchain w/ C++"
 	depends on !BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_MMU