diff options
Diffstat (limited to 'protocols/luci-proto-unet/Makefile')
-rw-r--r-- | protocols/luci-proto-unet/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/protocols/luci-proto-unet/Makefile b/protocols/luci-proto-unet/Makefile new file mode 100644 index 0000000000..8cf94b309d --- /dev/null +++ b/protocols/luci-proto-unet/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (C) 2022 Hannu Nyman <hannu.nyman@iki.fi> +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for unetd VPN +LUCI_DEPENDS:=+unetd +unet-cli +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |