From 9845fcb31124b346dd486d0f85317c9554e41e51 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Thu, 1 May 2025 13:00:24 +0800 Subject: [PATCH] luci-app-passwall: sync upstream last commit: https://github.com/xiaorouji/openwrt-passwall/commit/0317b878d8d59cd5b0d929fde2da2ef04a0a9289 --- luci-app-passwall/Makefile | 2 +- .../view/passwall/node_list/link_add_node.htm | 13 ++++++++++++- patch-luci-app-passwall.patch | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index 6bd9e3166..364bb64d8 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall PKG_VERSION:=25.5.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \ diff --git a/luci-app-passwall/luasrc/view/passwall/node_list/link_add_node.htm b/luci-app-passwall/luasrc/view/passwall/node_list/link_add_node.htm index f86b38892..c8fdd3c04 100644 --- a/luci-app-passwall/luasrc/view/passwall/node_list/link_add_node.htm +++ b/luci-app-passwall/luasrc/view/passwall/node_list/link_add_node.htm @@ -4,9 +4,20 @@ local api = require "luci.passwall.api"