From 9a291f9b5e783d0159ca485c82e052a4b61ff454 Mon Sep 17 00:00:00 2001 From: Robert Koszewski Date: Tue, 30 Jun 2020 20:11:51 +0200 Subject: luci-proto-sstp: proto add Signed-off-by: Robert Koszewski --- protocols/luci-proto-sstp/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 protocols/luci-proto-sstp/Makefile (limited to 'protocols/luci-proto-sstp/Makefile') diff --git a/protocols/luci-proto-sstp/Makefile b/protocols/luci-proto-sstp/Makefile new file mode 100644 index 0000000000..afb4e1a379 --- /dev/null +++ b/protocols/luci-proto-sstp/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (C) 2020 Robert Koszewski +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for SSTP +LUCI_DEPENDS:=+sstp-client +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3