libdaemon: needs mmu
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
737d92d9c2
commit
9e12a985a1
@ -1,5 +1,7 @@
|
||||
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
|
||||
|
@ -1,5 +1,7 @@
|
||||
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
|
||||
|
@ -1,5 +1,7 @@
|
||||
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.
|
||||
|
@ -1,5 +1,7 @@
|
||||
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
|
||||
|
@ -1,5 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user