luci-app-passwall: drop iptables-legacy

This commit is contained in:
Bard 2022-09-22 02:29:17 +08:00 committed by GitHub
parent a03ce7441c
commit a2e9f8c17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,6 @@ config PACKAGE_$(PKG_NAME)_Transparent_Proxy
select PACKAGE_ipset select PACKAGE_ipset
select PACKAGE_ipt2socks select PACKAGE_ipt2socks
select PACKAGE_iptables select PACKAGE_iptables
select PACKAGE_iptables-legacy
select PACKAGE_iptables-mod-conntrack-extra select PACKAGE_iptables-mod-conntrack-extra
select PACKAGE_iptables-mod-iprange select PACKAGE_iptables-mod-iprange
select PACKAGE_iptables-mod-socket select PACKAGE_iptables-mod-socket
@ -75,6 +74,9 @@ config PACKAGE_$(PKG_NAME)_Transparent_Proxy
select PACKAGE_kmod-ipt-nat select PACKAGE_kmod-ipt-nat
default y default y
select PACKAGE_iptables-nft
default y if PACKAGE_firewall4
config PACKAGE_$(PKG_NAME)_INCLUDE_Brook config PACKAGE_$(PKG_NAME)_INCLUDE_Brook
bool "Include Brook" bool "Include Brook"
default n default n