diff options
-rw-r--r-- | protocols/luci-proto-wireguard/Makefile | 1 | ||||
-rw-r--r-- | protocols/luci-proto-yggdrasil/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index da3d8e7b74..6c5f80c975 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -10,7 +10,6 @@ LUCI_TITLE:=Support for WireGuard VPN LUCI_DEPENDS:=+wireguard-tools +ucode LUCI_PKGARCH:=all -PKG_PROVIDES:=luci-proto-wireguard PKG_LICENSE:=Apache-2.0 include ../../luci.mk diff --git a/protocols/luci-proto-yggdrasil/Makefile b/protocols/luci-proto-yggdrasil/Makefile index 7519940217..1025cb67ca 100644 --- a/protocols/luci-proto-yggdrasil/Makefile +++ b/protocols/luci-proto-yggdrasil/Makefile @@ -11,8 +11,6 @@ LUCI_DEPENDS:=+yggdrasil LUCI_PKGARCH:=all PKG_VERSION:=1.1.0 -PKG_PROVIDES:=luci-proto-yggdrasil - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |