update buildroot to 2017.02.11
This commit is contained in:
15
bsp/buildroot-2017.02.11/package/igmpproxy/Config.in
Normal file
15
bsp/buildroot-2017.02.11/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
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 2be2171cf273678810283937f7752dc9b8402456d0a03ee55f06ca52fadf075f igmpproxy-a731683d1a65956fa05024b0597b105fe6a3a122.tar.gz
|
||||
13
bsp/buildroot-2017.02.11/package/igmpproxy/igmpproxy.mk
Normal file
13
bsp/buildroot-2017.02.11/package/igmpproxy/igmpproxy.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# igmpproxy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IGMPPROXY_VERSION = a731683d1a65956fa05024b0597b105fe6a3a122
|
||||
IGMPPROXY_SITE = $(call github,pali,igmpproxy,$(IGMPPROXY_VERSION))
|
||||
IGMPPROXY_AUTORECONF = YES
|
||||
IGMPPROXY_LICENSE = GPLv2+
|
||||
IGMPPROXY_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user