mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
15
package/igmpproxy/Config.in
Normal file
15
package/igmpproxy/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_IGMPPROXY
|
||||
bool "igmpproxy"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
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 w/ wchar"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR
|
||||
5
package/igmpproxy/igmpproxy.hash
Normal file
5
package/igmpproxy/igmpproxy.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 6faa1f42ba323f60a9eb4958550e25b2e7e9c645da32c52ba12db0c9bdfce1ba igmpproxy-0.2.1.tar.gz
|
||||
sha256 be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6 COPYING
|
||||
sha256 c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4 GPL.txt
|
||||
sha256 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1 Stanford.txt
|
||||
13
package/igmpproxy/igmpproxy.mk
Normal file
13
package/igmpproxy/igmpproxy.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# igmpproxy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IGMPPROXY_VERSION = 0.2.1
|
||||
IGMPPROXY_SITE = $(call github,pali,igmpproxy,$(IGMPPROXY_VERSION))
|
||||
IGMPPROXY_AUTORECONF = YES
|
||||
IGMPPROXY_LICENSE = GPL-2.0+, BSD-3-Clause (mrouted)
|
||||
IGMPPROXY_LICENSE_FILES = COPYING GPL.txt Stanford.txt
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user