]> Git Repo - buildroot-mgba.git/commitdiff
package/mstpd: new package
authorFrancois Perrad <[email protected]>
Mon, 20 Sep 2021 19:24:42 +0000 (21:24 +0200)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Sun, 26 Sep 2021 21:37:08 +0000 (23:37 +0200)
Signed-off-by: Francois Perrad <[email protected]>
[Arnout: add RSA license for hmac_md5.c]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
DEVELOPERS
package/Config.in
package/mstpd/Config.in [new file with mode: 0644]
package/mstpd/mstpd.hash [new file with mode: 0644]
package/mstpd/mstpd.mk [new file with mode: 0644]

index 56e129d4f2a2d3096e6b65580d774ff81f3efb3b..1f977190abbbc96d180bae9b8a46c18617bc76c1 100644 (file)
@@ -969,6 +969,7 @@ F:  package/lsqlite3/
 F:     package/lua*
 F:     package/lzlib/
 F:     package/moarvm/
+F:     package/mstpd/
 F:     package/netsurf/
 F:     package/perl*
 F:     package/pkg-perl.mk
index 3136fcc65f0c5dafa958b054504509644bc2f5f3..2f83c8758234a4cfa3d78a44c4c04808311c9498 100644 (file)
@@ -2218,6 +2218,7 @@ menu "Networking applications"
        source "package/mosquitto/Config.in"
        source "package/mrouted/Config.in"
        source "package/mrp/Config.in"
+       source "package/mstpd/Config.in"
        source "package/mtr/Config.in"
        source "package/nbd/Config.in"
        source "package/ncftp/Config.in"
diff --git a/package/mstpd/Config.in b/package/mstpd/Config.in
new file mode 100644 (file)
index 0000000..5fe5859
--- /dev/null
@@ -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
diff --git a/package/mstpd/mstpd.hash b/package/mstpd/mstpd.hash
new file mode 100644 (file)
index 0000000..fd76b95
--- /dev/null
@@ -0,0 +1,4 @@
+# locally computed
+sha256  91a1862548b5b509caa2e96e5fb9912bc98d4d58cc98e99a577824735756c14d  mstpd-0.0.9.tar.gz
+sha256  c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42  LICENSE
+sha256  c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3  hmac_md5.c
diff --git a/package/mstpd/mstpd.mk b/package/mstpd/mstpd.mk
new file mode 100644 (file)
index 0000000..a870352
--- /dev/null
@@ -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))
This page took 0.047588 seconds and 4 git commands to generate.