mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-11 12:08:18 -04:00
Already support early loading for AMD, but as of 24.7.1 this hasn't been shipped with the kernel yet.
8 lines
240 B
Makefile
8 lines
240 B
Makefile
PLUGIN_NAME= cpu-microcode-amd
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_COMMENT= AMD CPU microcode updates
|
|
PLUGIN_DEPENDS= cpu-microcode-amd
|
|
PLUGIN_CONFLICTS= cpu-microcode-intel
|
|
PLUGIN_MAINTAINER= franco@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|