git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
56e9d83
)
xtables-addons: iptgeoip requires wget-ssl and zcat
author
Philip Prindeville
<redacted>
Mon, 2 Sep 2019 23:34:04 +0000
(17:34 -0600)
committer
Philip Prindeville
<redacted>
Mon, 20 Apr 2020 01:00:34 +0000
(19:00 -0600)
Signed-off-by: Philip Prindeville <redacted>
net/xtables-addons/Makefile
patch
|
blob
|
history
diff --git
a/net/xtables-addons/Makefile
b/net/xtables-addons/Makefile
index d0dfd60165161702b3ebd6d4d502fd06ab62ee18..b655826cd84587713eed804fa249e7ec25b5c653 100644
(file)
--- a/
net/xtables-addons/Makefile
+++ b/
net/xtables-addons/Makefile
@@
-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:un
zip
+ +!BUSYBOX_CONFIG_
FEATURE_WGET_HTTPS:wget +!BUSYBOX_CONFIG_ZCAT:g
zip
endef
define Package/iptgeoip/install
git clone https://git.99rst.org/PROJECT