• R/O
  • HTTP
  • SSH
  • HTTPS

luci: コミット

LuCI - OpenWrt Configuration Interface


コミットメタ情報

リビジョン4f0cad123e13def273866c2ae84e2cc091574f83 (tree)
日時2023-03-19 14:00:55
作者Tianling Shen <cnsztl@immo...>
コミッターTianling Shen

ログメッセージ

luci-app-openclash: update dependencies

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 345684f9203908c1df1dc59279ea342195c9a2f0)

変更サマリ

差分

--- a/applications/luci-app-openclash/Makefile
+++ b/applications/luci-app-openclash/Makefile
@@ -9,27 +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-ipt-nat
17- default y if ! PACKAGE_firewall4
18-
19- config PACKAGE_iptables-mod-tproxy
20- default y if ! PACKAGE_firewall4
21-
22- config PACKAGE_iptables-mod-extra
23- default y if ! PACKAGE_firewall4
24-endef
25-
2612 define Package/$(PKG_NAME)
2713 CATEGORY:=LuCI
2814 SUBMENU:=3. Applications
2915 TITLE:=LuCI support for clash
3016 PKGARCH:=all
3117 DEPENDS:=+dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-certificates +ipset +ip-full \
32- +libcap +libcap-bin +ruby +ruby-yaml +kmod-tun +unzip
18+ +libcap +libcap-bin +ruby +ruby-yaml +kmod-tun +unzip \
19+ +kmod-inet-diag +kmod-ipt-nat +iptables-mod-tproxy +iptables-mod-extra
3320 MAINTAINER:=vernesong
3421 endef
3522
旧リポジトリブラウザで表示