update buildroot to 2017.02.11
This commit is contained in:
12
bsp/buildroot-2017.02.11/package/smcroute/Config.in
Executable file
12
bsp/buildroot-2017.02.11/package/smcroute/Config.in
Executable file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_SMCROUTE
|
||||
bool "smcroute"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
SMCRoute is a command line tool to manipulate the multicast
|
||||
routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast
|
||||
routing. SMCRoute can be used as an alternative to dynamic
|
||||
multicast routers like mrouted or pimd in setups where static
|
||||
multicast routes should be maintained and/or no proper IGMP or
|
||||
MLD signaling exists.
|
||||
|
||||
https://github.com/troglobit/smcroute
|
||||
4
bsp/buildroot-2017.02.11/package/smcroute/smcroute.hash
Normal file
4
bsp/buildroot-2017.02.11/package/smcroute/smcroute.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally generated
|
||||
sha256 cf344922b4298b94e53fa2db8f2b064bece60f75926966f330437dfcbd76d425 smcroute-2.1.1.tar.xz
|
||||
# From https://github.com/troglobit/smcroute/releases/download/2.1.1/smcroute-2.1.1.tar.xz.md5
|
||||
md5 cd9256577fe06beaf8da2eba1a02f953 smcroute-2.1.1.tar.xz
|
||||
17
bsp/buildroot-2017.02.11/package/smcroute/smcroute.mk
Executable file
17
bsp/buildroot-2017.02.11/package/smcroute/smcroute.mk
Executable file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# smcroute
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SMCROUTE_VERSION = 2.1.1
|
||||
SMCROUTE_SOURCE = smcroute-$(SMCROUTE_VERSION).tar.xz
|
||||
SMCROUTE_SITE = https://github.com/troglobit/smcroute/releases/download/$(SMCROUTE_VERSION)
|
||||
SMCROUTE_LICENSE = GPLv2+
|
||||
SMCROUTE_LICENSE_FILES = COPYING
|
||||
|
||||
SMCROUTE_CONF_OPTS = ac_cv_func_setpgrp_void=yes
|
||||
#BUG:The package Makefile uses CC?= even though the package is autotools based
|
||||
SMCROUTE_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user