8e2439c81d
Signed-off-by: David Bachelart <david.bachelart@bbright.com> [Thomas: - keep only sha256 hash, not needed to have md5 and sha1 when sha256 is provided - add BR2_USE_MMU dependency, since the program uses fork() - remove UDPXY_MAKE_OPTS, and use the appropriate options during the build and install steps directly - use TARGET_MAKE_ENV in the build and install steps] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
config BR2_PACKAGE_UDPXY
|
|
bool "udpxy"
|
|
depends on BR2_USE_MMU
|
|
help
|
|
udpxy is a UDP-to-HTTP multicast traffic relay daemon: it
|
|
forwards UDP traffic from a given multicast subscription to
|
|
the requesting HTTP client.
|
|
|
|
http://www.udpxy.com/
|