Files
buildroot/package/mstpd/mstpd.mk
Francois Perrad af589980b3 package/mstpd: bump to version 0.2.0
Release notes:
https://github.com/mstpd/mstpd/releases/tag/0.2.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Julien: add link to release notes in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-04-28 21:12:34 +02:00

18 lines
519 B
Makefile

################################################################################
#
# mstpd
#
################################################################################
MSTPD_VERSION = 0.2.0
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
# The Linux kernel requires mstp binaries to be installed into /sbin,
# not /usr/sbin.
MSTPD_CONF_OPTS = --sbindir=/sbin
$(eval $(autotools-package))