From 98d4f68dd941816bba55d2e4084da4d546bbff1f Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 15 Feb 2018 13:30:58 +0100 Subject: [PATCH] Add iptables-mod-conntrack-extra can be needed for shadowsocks redir --- openmptcprouter-full/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmptcprouter-full/Makefile b/openmptcprouter-full/Makefile index d1d6aa087..625ddb9ee 100644 --- a/openmptcprouter-full/Makefile +++ b/openmptcprouter-full/Makefile @@ -30,7 +30,7 @@ MY_DEPENDS := \ conntrack conntrackd \ ebtables ebtables-utils \ ip-full \ - iptables-mod-iface iptables-mod-ipmark iptables-mod-hashlimit iptables-mod-condition iptables-mod-trace \ + iptables-mod-iface iptables-mod-ipmark iptables-mod-hashlimit iptables-mod-condition iptables-mod-trace iptables-mod-conntrack-extra \ wireless-tools \ libiwinfo-lua \ luci-i18n-base-en \