luci: Update Makefile

This commit is contained in:
xiaorouji 2022-10-19 18:12:26 +08:00 committed by sbwml
parent 4bbb005d9d
commit 8f3458537c

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-passwall PKG_NAME:=luci-app-passwall
PKG_VERSION:=4.55 PKG_VERSION:=4.55
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_CONFIG_DEPENDS:= \ PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \ CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \
@ -66,12 +66,13 @@ config PACKAGE_$(PKG_NAME)_Iptables_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-zz-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
select PACKAGE_iptables-mod-tproxy select PACKAGE_iptables-mod-tproxy
select PACKAGE_kmod-ipt-nat select PACKAGE_kmod-ipt-nat
depends on PACKAGE_$(PKG_NAME)
default y if ! PACKAGE_firewall4 default y if ! PACKAGE_firewall4
config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy
@ -81,6 +82,7 @@ config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy
select PACKAGE_kmod-nft-socket select PACKAGE_kmod-nft-socket
select PACKAGE_kmod-nft-tproxy select PACKAGE_kmod-nft-tproxy
select PACKAGE_kmod-nft-nat select PACKAGE_kmod-nft-nat
depends on PACKAGE_$(PKG_NAME)
default y if PACKAGE_firewall4 default y if PACKAGE_firewall4
config PACKAGE_$(PKG_NAME)_INCLUDE_Brook config PACKAGE_$(PKG_NAME)_INCLUDE_Brook