mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
A number of cheapish hardware has issues with microcode updates now and then preventing them to boot. Since this isn't good enough for our standards revoke tier 2 so that this goes back to community scope. PR: https://forum.opnsense.org/index.php?topic=51786.msg266329#msg266329
16 lines
425 B
Makefile
16 lines
425 B
Makefile
PLUGIN_NAME= cpu-microcode-amd
|
|
PLUGIN_VERSION= 1.1
|
|
PLUGIN_COMMENT= CPU microcode updates
|
|
PLUGIN_DEPENDS= x86info
|
|
PLUGIN_MAINTAINER= franco@opnsense.org
|
|
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"
|