mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
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:
parent
b5b940eaaa
commit
2bf58d7633
@ -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
package/igmpproxy/Config.in
Normal file
13
package/igmpproxy/Config.in
Normal 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
|
12
package/igmpproxy/igmpproxy.mk
Normal file
12
package/igmpproxy/igmpproxy.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user