mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
17
package/mstpd/mstpd.mk
Normal file
17
package/mstpd/mstpd.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# mstpd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MSTPD_VERSION = 0.1.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))
|
||||
Reference in New Issue
Block a user