Browse Source

Merge pull request #11899 from pprindeville/xtables-addons-requires-unzip

xtables-addons: iptgeoip requires wget-ssl and zcat
lilik-openwrt-22.03
Philip Prindeville 5 years ago
committed by GitHub
parent
commit
e9b4a74a88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/xtables-addons/Makefile

+ 1
- 1
net/xtables-addons/Makefile View File

@ -138,7 +138,7 @@ define Package/iptgeoip
# syntax of dependencies permits...
DEPENDS:=iptables +iptables-mod-geoip \
+perl +perlbase-getopt +perlbase-io +perl-text-csv_xs \
+!BUSYBOX_CONFIG_WGET:wget +!BUSYBOX_CONFIG_GZIP:gzip +!BUSYBOX_CONFIG_UNZIP:unzip
+!BUSYBOX_CONFIG_FEATURE_WGET_HTTPS:wget +!BUSYBOX_CONFIG_ZCAT:gzip
endef
define Package/iptgeoip/install


Loading…
Cancel
Save