0340ce3cb7
SSDP managing daemon. Designed to work with miniupnpc, miniupnpd, minidlna, etc. http://miniupnp.free.fr/ Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> [Thomas: - remove patch for _GNU_SOURCE, pass it from the .mk file instead - add dependency on BR2_USE_MMU, fork() is used. - rename $IF variable in init script/systemd unit file to $IFACE, for clarity.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
config BR2_PACKAGE_MINISSDPD
|
|
bool "minissdpd"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBNFNETLINK
|
|
help
|
|
SSDP managing daemon. Designed to work with miniupnpc,
|
|
miniupnpd, minidlna, etc.
|
|
|
|
http://miniupnp.free.fr/
|