mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
9 lines
257 B
Makefile
9 lines
257 B
Makefile
PLUGIN_NAME= dmidecode
|
|
PLUGIN_VERSION= 1.1
|
|
PLUGIN_REVISION= 1
|
|
PLUGIN_COMMENT= Display hardware information on the dashboard
|
|
PLUGIN_DEPENDS= dmidecode
|
|
PLUGIN_MAINTAINER= evbevz@gmail.com
|
|
PLUGIN_WWW= https://smart-soft.ru
|
|
|
|
.include "../../Mk/plugins.mk"
|