• R/O
  • HTTP
  • SSH
  • HTTPS

luci: コミット

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>

変更サマリ

差分

--- a/applications/luci-app-openclash/Makefile
+++ b/applications/luci-app-openclash/Makefile
@@ -9,30 +9,14 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
99
1010 include $(INCLUDE_DIR)/package.mk
1111
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-
2912 define Package/$(PKG_NAME)
3013 CATEGORY:=LuCI
3114 SUBMENU:=3. Applications
3215 TITLE:=LuCI support for clash
3316 PKGARCH:=all
3417 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
3620 MAINTAINER:=vernesong
3721 endef
3822
旧リポジトリブラウザで表示