818ef1ea39
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
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
|