Skip to content

Commit 10333b3

Browse files
committed
fix: The "Save and Apply" button in OpenWRT versions 24.10 and above does not apply the changes. #8
1 parent 5ba5ff9 commit 10333b3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

luci-app-socat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=luci-app-socat
10-
PKG_VERSION:=20231119
10+
PKG_VERSION:=20250726
1111
PKG_RELEASE:=1
1212

1313
PKG_MAINTAINER:=chenmozhijin <cmzj11@gmail.com>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"config": "socat",
3+
"init": "luci_socat"
4+
}

0 commit comments

Comments
 (0)