initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_MSTPD
|
||||
bool "mstpd"
|
||||
help
|
||||
Multiple Spanning Tree Protocol Daemon.
|
||||
This package provides a user-space daemon which replaces
|
||||
the STP handling that is built into the Linux kernel Ethernet
|
||||
bridge and adds support for RSTP and PVST+.
|
||||
|
||||
https://github.com/mstpd/mstpd
|
||||
@@ -0,0 +1,4 @@
|
||||
# locally computed
|
||||
sha256 91a1862548b5b509caa2e96e5fb9912bc98d4d58cc98e99a577824735756c14d mstpd-0.0.9.tar.gz
|
||||
sha256 c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42 LICENSE
|
||||
sha256 c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3 hmac_md5.c
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# mstpd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MSTPD_VERSION = 0.0.9
|
||||
MSTPD_SITE = $(call github,mstpd,mstpd,$(MSTPD_VERSION))
|
||||
MSTPD_AUTORECONF = YES
|
||||
MSTPD_LICENSE = GPL-2.0, RSA Data Security (md5)
|
||||
MSTPD_LICENSE_FILES = LICENSE hmac_md5.c
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user