Browse Source

gnunet: depend on 'uci-firewall' instead of 'firewall'

To allow using gnunet on systems with firewall4, add replace direct
dependency on 'firewall' with 'uci-firewall' which is satisfied by
either 'firewall' or 'firewall4'.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 2 years ago
parent
commit
079479918d
No known key found for this signature in database GPG Key ID: 5A8F39C31C3217CA
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/gnunet/Makefile

+ 1
- 1
net/gnunet/Makefile View File

@ -360,7 +360,7 @@ PLUGIN_fs-sqlite:=datastore_sqlite
DEPENDS_utils:=+certtool +openssl-util
BIN_utils:=gns-proxy-setup-ca transport-certificate-creation
DEPENDS_vpn:=+kmod-tun +iptables +firewall
DEPENDS_vpn:=+kmod-tun +iptables +uci-firewall
BIN_vpn:=vpn
FILE_MODES_vpn:=/usr/lib/gnunet/libexec/gnunet-helper-exit:root:gnunet:4750 /usr/lib/gnunet/libexec/gnunet-helper-vpn:root:gnunet:4750
LIB_vpn:=dnsstub tun vpn


Loading…
Cancel
Save