Merge pull request #11899 from pprindeville/xtables-addons-requires-unzip
xtables-addons: iptgeoip requires wget-ssl and zcat
This commit is contained in:
commit
e9b4a74a88
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ define Package/iptgeoip
|
||||||
# syntax of dependencies permits...
|
# syntax of dependencies permits...
|
||||||
DEPENDS:=iptables +iptables-mod-geoip \
|
DEPENDS:=iptables +iptables-mod-geoip \
|
||||||
+perl +perlbase-getopt +perlbase-io +perl-text-csv_xs \
|
+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
|
endef
|
||||||
|
|
||||||
define Package/iptgeoip/install
|
define Package/iptgeoip/install
|
||||||
|
|
Loading…
Reference in a new issue