summaryrefslogtreecommitdiffstats
path: root/package/znc/Config.in
blob: 274e5370b252810077c5ed0bd3369a4bab590a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_ZNC
	bool "znc"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_USE_MMU # fork()
	help
	  Advanced IRC bouncer

	  http://www.znc.in

comment "znc needs a toolchain w/ C++"
	depends on !BR2_INSTALL_LIBSTDCPP
	depends on BR2_USE_MMU
OpenPOWER on IntegriCloud