mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-06 00:37:29 -06:00
Should have done this from the start, but now this looks much cooler. ;) (cherry picked from commit 098a191c578aebfa88af9195531d395ce270bd67)
18 lines
441 B
Makefile
18 lines
441 B
Makefile
PLUGIN_NAME= cpu-microcode-amd
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_COMMENT= CPU microcode updates
|
|
PLUGIN_DEPENDS= x86info
|
|
PLUGIN_MAINTAINER= franco@opnsense.org
|
|
PLUGIN_TIER= 2
|
|
PLUGIN_VARIANTS= amd intel
|
|
|
|
amd_NAME= cpu-microcode-amd
|
|
amd_DEPENDS= cpu-microcode-amd
|
|
amd_COMMENT:= AMD ${PLUGIN_COMMENT}
|
|
|
|
intel_NAME= cpu-microcode-intel
|
|
intel_DEPENDS= cpu-microcode-intel
|
|
intel_COMMENT:= Intel ${PLUGIN_COMMENT}
|
|
|
|
.include "../../Mk/plugins.mk"
|