diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-07-01 18:13:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 18:13:35 +0200 |
commit | 2e2ab59eafc3673b1710260d3754e79f46ccd309 (patch) | |
tree | 902a0174bcfcf2db9b9870c451a6bf5ad22375e1 /protocols/luci-proto-sstp/Makefile | |
parent | aa37087fe57558c91c1c162b3b70115b72e8778b (diff) | |
parent | 9a291f9b5e783d0159ca485c82e052a4b61ff454 (diff) |
Merge pull request #4219 from rkkoszewski/rkkoszewski/feat/luci-proto-sstp
Add luci-proto-sstp implementation
Diffstat (limited to 'protocols/luci-proto-sstp/Makefile')
-rw-r--r-- | protocols/luci-proto-sstp/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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 <rkkoszewski@gmail.com> +# +# 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 |