LuCI - OpenWrt Configuration Interface
リビジョン | 07716689bfc16fc8ba3c6aeb141ecfc32a31f02e (tree) |
---|---|
日時 | 2023-03-19 13:59:12 |
作者 | Tianling Shen <cnsztl@immo...> |
コミッター | Tianling Shen |
luci-app-openclash: update dependencies
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@@ -9,30 +9,14 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) | ||
9 | 9 | |
10 | 10 | include $(INCLUDE_DIR)/package.mk |
11 | 11 | |
12 | -define Package/$(PKG_NAME)/config | |
13 | - config PACKAGE_kmod-inet-diag | |
14 | - default y if PACKAGE_$(PKG_NAME) | |
15 | - | |
16 | - config PACKAGE_kmod-nft-tproxy | |
17 | - default y if PACKAGE_firewall4 | |
18 | - | |
19 | - config PACKAGE_kmod-ipt-nat | |
20 | - default y if ! PACKAGE_firewall4 | |
21 | - | |
22 | - config PACKAGE_iptables-mod-tproxy | |
23 | - default y if ! PACKAGE_firewall4 | |
24 | - | |
25 | - config PACKAGE_iptables-mod-extra | |
26 | - default y if ! PACKAGE_firewall4 | |
27 | -endef | |
28 | - | |
29 | 12 | define Package/$(PKG_NAME) |
30 | 13 | CATEGORY:=LuCI |
31 | 14 | SUBMENU:=3. Applications |
32 | 15 | TITLE:=LuCI support for clash |
33 | 16 | PKGARCH:=all |
34 | 17 | DEPENDS:=+dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-certificates +ipset +ip-full \ |
35 | - +libcap +libcap-bin +ruby +ruby-yaml +kmod-tun +unzip | |
18 | + +libcap +libcap-bin +ruby +ruby-yaml +kmod-tun +unzip \ | |
19 | + +kmod-inet-diag +kmod-nft-tproxy | |
36 | 20 | MAINTAINER:=vernesong |
37 | 21 | endef |
38 | 22 |