mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-04 21:30:25 -06:00
PR: https://forum.opnsense.org/index.php?topic=50542.0 (cherry picked from commit 4212ffea8c2c287c1ad9daba23590bfac857be10)
10 lines
217 B
Makefile
10 lines
217 B
Makefile
PLUGIN_NAME= git-backup
|
|
PLUGIN_VERSION= 1.1
|
|
PLUGIN_REVISION= 3
|
|
PLUGIN_COMMENT= Track config changes using git
|
|
PLUGIN_DEPENDS= git
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
PLUGIN_TIER= 2
|
|
|
|
.include "../../Mk/plugins.mk"
|