mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-10 01:10:07 -04:00
The form %field magic works here too but let's not complicate an example controller with it. PR: https://github.com/opnsense/core/issues/10225
7 lines
182 B
Makefile
7 lines
182 B
Makefile
PLUGIN_NAME= grid_example
|
|
PLUGIN_VERSION= 1.1
|
|
PLUGIN_REVISION= 1
|
|
PLUGIN_COMMENT= A sample framework application
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|