Browse Source

wg-installer: fix dependencies

Signed-off-by: Nick Hainke <vincent@systemli.org>
lilik-openwrt-22.03
Nick Hainke 3 years ago
committed by Polynomdivision
parent
commit
62cc627aba
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/wg-installer/Makefile

+ 3
- 3
net/wg-installer/Makefile View File

@ -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


Loading…
Cancel
Save