igmpproxy: new package

[Peter: minor white space fixes]
Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Matt Weber 2013-09-12 15:45:57 -05:00 committed by Peter Korsgaard
parent b5b940eaaa
commit 2bf58d7633
3 changed files with 26 additions and 0 deletions

View file

@ -783,6 +783,7 @@ source "package/ifplugd/Config.in"
endif
source "package/iftop/Config.in"
source "package/igh-ethercat/Config.in"
source "package/igmpproxy/Config.in"
source "package/inadyn/Config.in"
source "package/iperf/Config.in"
source "package/iproute2/Config.in"

View file

@ -0,0 +1,13 @@
config BR2_PACKAGE_IGMPPROXY
bool "igmpproxy"
depends on BR2_USE_WCHAR
help
A simple dynamic Multicast Routing Daemon
using only IGMP signalling. It's intended
for simple forwarding of Multicast traffic
between networks.
http://sourceforge.net/projects/igmpproxy/
comment "igmpproxy needs a toolchain with wchar support"
depends on !BR2_USE_WCHAR

View file

@ -0,0 +1,12 @@
################################################################################
#
# igmpproxy
#
################################################################################
IGMPPROXY_VERSION = 0.1
IGMPPROXY_SITE = http://downloads.sourceforge.net/project/igmpproxy/igmpproxy/$(IGMPPROXY_VERSION)
IGMPPROXY_LICENSE = GPLv2+
IGMPPROXY_LICENSE_FILES = COPYING
$(eval $(autotools-package))