mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-24 19:56:46 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
14 lines
438 B
Makefile
14 lines
438 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|