diff options
Diffstat (limited to 'protocols/luci-proto-openfortivpn')
-rw-r--r-- | protocols/luci-proto-openfortivpn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-openfortivpn/Makefile b/protocols/luci-proto-openfortivpn/Makefile index fbdad18b3b..8bcdd5dd62 100644 --- a/protocols/luci-proto-openfortivpn/Makefile +++ b/protocols/luci-proto-openfortivpn/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for OpenFortivpn LUCI_DEPENDS:=+openfortivpn +luci-lua-runtime +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |