From 0021b0d2016cafcd00b78194486e089cdddb653b Mon Sep 17 00:00:00 2001 From: sbwml <984419930@qq.com> Date: Sat, 8 Oct 2022 03:04:03 +0800 Subject: [PATCH] Revert "luci-app-passwall: drop iptables-legacy" This reverts commit a2e9f8c17da00c56b99c4d494dc29c0314b204f4. --- luci-app-passwall/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index 46815f7ae..59c68db19 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -66,6 +66,7 @@ config PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy select PACKAGE_ipset select PACKAGE_ipt2socks select PACKAGE_iptables + select PACKAGE_iptables-legacy select PACKAGE_iptables-mod-conntrack-extra select PACKAGE_iptables-mod-iprange select PACKAGE_iptables-mod-socket @@ -82,9 +83,6 @@ config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy select PACKAGE_kmod-nft-nat default y if PACKAGE_firewall4 - select PACKAGE_iptables-nft - default y if PACKAGE_firewall4 - config PACKAGE_$(PKG_NAME)_INCLUDE_Brook bool "Include Brook" default n