Skip to content

Commit 101cda0

Browse files
authored
Merge pull request #28 from tefiszx/master
修复clash的两个小bug
2 parents 5473585 + 97252a3 commit 101cda0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ jobs:
5858
- name: Install Extra Packages
5959
run: |
6060
cd friendlywrt-rk3328/friendlywrt/package
61+
6162
git clone https://github.com/frainzy1477/luci-app-clash
63+
sed -i 's/SUBMENU:=2. Clash/SUBMENU:=3. Applications/' luci-app-clash/Makefile
64+
6265
git clone https://github.com/rufengsuixing/luci-app-adguardhome
6366
6467
git clone https://github.com/fw876/helloworld
@@ -89,6 +92,7 @@ jobs:
8992
cd friendlywrt-rk3328/friendlywrt/package/base-files/files
9093
mkdir -p etc/clash
9194
wget -qO- https://github.com/Dreamacro/clash/releases/download/v0.20.0/clash-linux-armv8-v0.20.0.gz | gunzip -c > etc/clash/clash
95+
chmod +x etc/clash/clash
9296
9397
mkdir -p etc/openclash/core
9498
cp etc/clash/clash etc/openclash/core/

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 20200509
2+
* 修正 Clash 二进制文件权限
3+
* 修正 luci-app-clash 在 menuconfig 的分类
4+
15
## 20200508
26
* 集成 smartdns
37
* 集成 luci-app-smartdns

0 commit comments

Comments
 (0)