You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
jif739519
changed the title
需要加入OpenClash,看到有人发过Issures,但是不明白,具体应该放在openwrt-ci.yml这个文件的什么位置?
需要加入OpenClash,看到有人发过Issures,但是不明白,具体应该放在openwrt-ci.yml这个文件的什么位置?还有luci-app-ssr-plus
Jun 20, 2020
问题1:openclash
name: 编译po2lmo
run: |
mkdir package/luci-app-openclash
cd package/luci-app-openclash
git init
git remote add -f origin https://github.com/vernesong/OpenClash.git
git config core.sparsecheckout true
echo "luci-app-openclash" >> .git/info/sparse-checkout
git pull origin master
git branch --set-upstream-to=origin/master master
pushd luci-app-openclash/tools/po2lmo
make && sudo make install
popd
后在下面的EOF回环里面加入
CONFIG_PACKAGE_luci-app-openclash=y
大佬,求帮助。
上面这些代码应该加在下面这个文件的什么位置?
https://github.com/KFERMercer/OpenWrt-CI/blob/master/openwrt-ci.yml
问题2:luci-app-ssr-plus
coolsnowwolf / lede
现在好像取消了luci-app-ssr-plus
怎么搞出来?
The text was updated successfully, but these errors were encountered: