buildroot/package/minissdpd/Config.in
Fabrice Fontaine 0340ce3cb7 minissdpd: new package
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>
2016-07-30 17:00:25 +02:00

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/