Skip to content

Commit

Permalink
166
Browse files Browse the repository at this point in the history
  • Loading branch information
snltty committed Feb 11, 2025
1 parent e08102e commit fda0176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/loongarch64.yml

This file was deleted.

2 changes: 2 additions & 0 deletions gen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ readVersionDesc().then((desc) => {
writeUploadIpk(ipkData, `v${desc.version}`);
writeYaml('../.github/workflows/ipk.yml', ipkData);

/*
const loongarch64Data = readYaml('../ymls/loongarch64.yml');
writeUploadLoongArch64(loongarch64Data, `v${desc.version}`);
writeYaml('../.github/workflows/loongarch64.yml', loongarch64Data);
*/
});
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.6.6
2025-02-11 13:35:34
2025-02-11 14:04:10
1. 适配OpenWrt的NAT
2. 打包ipk
3. 修复首次启动网卡未启动bug
Expand Down

0 comments on commit fda0176

Please sign in to comment.