Skip to content

Commit 1d54dc8

Browse files
authored
Merge pull request #9 from chenmozhijin/fix
fix: The "Save and Apply" button in OpenWRT versions 24.10 and above does not apply the changes. #8
2 parents 5ba5ff9 + 5659d58 commit 1d54dc8

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cd $GITHUB_WORKSPACE && cat $GITHUB_ENV >> prepare_ENV
3535
3636
- name: 将存储库签出到运行器
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
path: ${{ env.OPENWRT_ROOT_PATH }}/package/${{ env.PACKAGE_NAME }}-clone
4040

@@ -72,7 +72,7 @@ jobs:
7272
cp -rf $(find ./bin/packages/ -type f -name "${{ env.PACKAGE_NAME }}*.ipk" -o -name "${{ env.PACKAGE_I18N_NAME }}*.ipk") ./artifact || cp -rf $(find ./bin/targets/ -type f -name "*.ipk") ./artifact || cp -rf $(find ./bin/packages/ -type f -name "*.ipk") ./artifact || exit 0
7373
7474
- name: 上传build artifacts
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: ${{ env.PACKAGE_NAME }}
7878
path: ${{ env.OPENWRT_ROOT_PATH }}/artifact/*

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)