mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 22:08:11 -04:00
sysutils/hw-probe: release as 1.0
This commit is contained in:
parent
dccbca215f
commit
798ad75921
2 changed files with 2 additions and 3 deletions
|
|
@ -90,7 +90,7 @@ sysutils/apuled -- PC Engine APU LED control (development only)
|
|||
sysutils/boot-delay -- Apply a persistent 10 second boot delay
|
||||
sysutils/dmidecode -- Display hardware information on the dashboard
|
||||
sysutils/git-backup -- Track config changes using git
|
||||
sysutils/hw-probe -- Collect hardware diagnostics (development only)
|
||||
sysutils/hw-probe -- Collect hardware diagnostics
|
||||
sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices
|
||||
sysutils/mail-backup -- Send configuration file backup by e-mail
|
||||
sysutils/munin-node -- Munin monitorin agent
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
PLUGIN_NAME= hw-probe
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= Collect hardware diagnostics
|
||||
PLUGIN_DEPENDS= hw-probe
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue