Commit 9e12a985 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

libdaemon: needs mmu

parent 737d92d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_AVAHI
	bool "avahi"
	# libdaemon uses fork()
	depends on BR2_USE_MMU
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	help
	  Avahi is a system which facilitates service
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_IFPLUGD
	bool "ifplugd"
	# libdaemon uses fork()
	depends on BR2_USE_MMU
	select BR2_PACKAGE_LIBDAEMON
	help
	  Ifplugd is a daemon which will automatically configure your
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBDAEMON
	bool "libdaemon"
	# needs fork()
	depends on BR2_USE_MMU
	help
	  libdaemon is a lightweight C library that eases the
	  writing of UNIX daemons.
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_NSS_MDNS
	bool "nss-mdns"
	# libdaemon->avahi uses fork()
	depends on BR2_USE_MMU
	depends on BR2_TOOLCHAIN_EXTERNAL_GLIBC || BR2_TOOLCHAIN_CTNG_eglibc || BR2_TOOLCHAIN_CTNG_glibc
	depends on BR2_PACKAGE_AVAHI_DAEMON
	help
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_RADVD
	bool "radvd"
	# libdaemon uses fork()
	depends on BR2_USE_MMU
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_FLEX_LIBFL
	select BR2_PACKAGE_LIBDAEMON