luci: Remove unzip and add dnsmasq-full for depends (#3021)
This commit is contained in:
parent
7eff1ea6a0
commit
fe4cfe53ca
@ -33,8 +33,9 @@ PKG_CONFIG_DEPENDS:= \
|
|||||||
LUCI_TITLE:=LuCI support for PassWall
|
LUCI_TITLE:=LuCI support for PassWall
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
LUCI_DEPENDS:=+coreutils +coreutils-base64 +coreutils-nohup +curl \
|
LUCI_DEPENDS:=+coreutils +coreutils-base64 +coreutils-nohup +curl \
|
||||||
+chinadns-ng +dns2socks +dns2tcp +ip-full +libuci-lua +lua +luci-compat +luci-lib-jsonc \
|
+chinadns-ng +dns2socks +dns2tcp +dnsmasq-full +ip-full \
|
||||||
+microsocks +resolveip +tcping +unzip
|
+libuci-lua +lua +luci-compat +luci-lib-jsonc \
|
||||||
|
+microsocks +resolveip +tcping
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/config
|
define Package/$(PKG_NAME)/config
|
||||||
menu "Configuration"
|
menu "Configuration"
|
||||||
@ -42,7 +43,6 @@ menu "Configuration"
|
|||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy
|
config PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy
|
||||||
bool "Iptables Transparent Proxy"
|
bool "Iptables Transparent Proxy"
|
||||||
select PACKAGE_dnsmasq-full
|
|
||||||
select PACKAGE_ipset
|
select PACKAGE_ipset
|
||||||
select PACKAGE_ipt2socks
|
select PACKAGE_ipt2socks
|
||||||
select PACKAGE_iptables
|
select PACKAGE_iptables
|
||||||
@ -56,7 +56,6 @@ config PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy
|
|||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy
|
config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy
|
||||||
bool "Nftables Transparent Proxy"
|
bool "Nftables Transparent Proxy"
|
||||||
select PACKAGE_dnsmasq-full
|
|
||||||
select PACKAGE_ipt2socks
|
select PACKAGE_ipt2socks
|
||||||
select PACKAGE_nftables
|
select PACKAGE_nftables
|
||||||
select PACKAGE_kmod-nft-socket
|
select PACKAGE_kmod-nft-socket
|
||||||
@ -149,6 +148,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_Plugin
|
|||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Xray
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Xray
|
||||||
bool "Include Xray"
|
bool "Include Xray"
|
||||||
select PACKAGE_xray-core
|
select PACKAGE_xray-core
|
||||||
|
select PACKAGE_unzip
|
||||||
default y if aarch64||arm||i386||x86_64
|
default y if aarch64||arm||i386||x86_64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Xray_Plugin
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Xray_Plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user