diff --git a/applications/luci-app-wireguard/Makefile b/applications/luci-app-wireguard/Makefile index ae315bdfe3..417c8ab294 100644 --- a/applications/luci-app-wireguard/Makefile +++ b/applications/luci-app-wireguard/Makefile @@ -10,8 +10,6 @@ LUCI_TITLE:=WireGuard Status LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard +luci-proto-wireguard LUCI_PKGARCH:=all -PKG_MAINTAINER:=Dan Luedtke - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index 0dc70cf31e..3540a74acd 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -10,8 +10,6 @@ LUCI_TITLE:=Support for WireGuard VPN LUCI_DEPENDS:=+kmod-wireguard +wireguard-tools LUCI_PKGARCH:=all -PKG_MAINTAINER:=Dan Luedtke - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature