Commit 2bf58d76 authored by Matt Weber's avatar Matt Weber Committed by Peter Korsgaard
Browse files

igmpproxy: new package



[Peter: minor white space fixes]
Signed-off-by: default avatarMatt Weber <mlweber1@rockwellcollins.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent b5b940ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+13 −0
Original line number Diff line number Diff line
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
+12 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))