diff --git a/net/wg-installer/Makefile b/net/wg-installer/Makefile index b39a8903cd..cf54d0dabc 100644 --- a/net/wg-installer/Makefile +++ b/net/wg-installer/Makefile @@ -15,14 +15,14 @@ define Package/wg-installer/Default TITLE:=WireGuard Installer URL:=https://github.com/Freifunk-Spalter/ PKGARCH:=all - DEPENDS:=+kmod-wireguard +owipcalc + DEPENDS:=+kmod-wireguard +wireguard-tools +owipcalc endef define Package/wg-installer-server $(call Package/wg-installer/Default) TITLE+= (server) MENU:=1 - DEPENDS:=+rpcd +uhttpd +uhttpd-mod-ubus +owipcalc + DEPENDS+=+rpcd +uhttpd +uhttpd-mod-ubus endef define Package/wg-installer-server/install @@ -61,7 +61,7 @@ endef define Package/wg-installer-client $(call Package/wg-installer/Default) TITLE+= (client) - DEPENDS:=+curl +wireguard-tools + DEPENDS+=+curl endef define Package/wg-installer-client/install