Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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

View File

@@ -0,0 +1,4 @@
# Locally generated
sha256 66fd32dc66b5d32670918205a94c4f2ac8c56741486326922e4d1a92f628db48 smcroute-2.0.0.tar.xz
# From https://github.com/troglobit/smcroute/releases/download/2.0.0/smcroute-2.0.0.tar.xz.md5
md5 cbf478e52ab9ae411adca41b9d22f68a smcroute-2.0.0.tar.xz

View File

@@ -0,0 +1,17 @@
################################################################################
#
# smcroute
#
################################################################################
SMCROUTE_VERSION = 2.0.0
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))