Browse Source

install_easy: install ip6table-extra for ip6tables -m frag

pull/98/head
bol-van 3 years ago
parent
commit
b0170aff1b
  1. 2
      install_easy.sh

2
install_easy.sh

@ -1088,7 +1088,7 @@ check_prerequisites_openwrt()
echo \* checking prerequisites
local PKGS="iptables-mod-extra iptables-mod-nfqueue iptables-mod-filter iptables-mod-ipopt iptables-mod-conntrack-extra ipset curl"
[ "$DISABLE_IPV6" != "1" ] && PKGS="$PKGS ip6tables-mod-nat"
[ "$DISABLE_IPV6" != "1" ] && PKGS="$PKGS ip6tables-mod-nat ip6tables-extra"
local UPD=0
if check_packages_openwrt $PKGS ; then

Loading…
Cancel
Save