diff options
Diffstat (limited to 'protocols/luci-proto-nebula/Makefile')
-rw-r--r-- | protocols/luci-proto-nebula/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/protocols/luci-proto-nebula/Makefile b/protocols/luci-proto-nebula/Makefile new file mode 100644 index 0000000000..7b29b54b6d --- /dev/null +++ b/protocols/luci-proto-nebula/Makefile @@ -0,0 +1,17 @@ +# Copyright 2021 Stan Grishin (stangri@melmac.ca) +# This is free software, licensed under the GNU General Public License v3. + +include $(TOPDIR)/rules.mk + +PKG_LICENSE:=GPL-3.0-or-later +PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> +PKG_VERSION:=1.6.1-1 + +LUCI_TITLE:=Support for Nebula +LUCI_DESCRIPTION:=Provides Web UI for Nebula protocol/interface. +LUCI_DEPENDS:=+nebula +nebula-proto +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |