Commit 818ef1ea authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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

parent 6af371ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
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