mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-14 21:50:16 -04:00
8 lines
222 B
Makefile
8 lines
222 B
Makefile
PLUGIN_NAME= dmidecode
|
|
PLUGIN_VERSION= 0.1
|
|
PLUGIN_COMMENT= Display hardware information on the dashboard
|
|
PLUGIN_DEPENDS= dmidecode
|
|
PLUGIN_MAINTAINER= evbevz@gmail.com
|
|
PLUGIN_DEVEL= yes
|
|
|
|
.include "../../Mk/plugins.mk"
|