Skip to content

Commit

Permalink
项目调整
Browse files Browse the repository at this point in the history
  • Loading branch information
VIKINGYFY committed Oct 12, 2024
1 parent 4fc635e commit 9a829f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/WRT-CORE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
run: |
cd ./wrt/
make -j$(nproc) || make -j$(nproc) V=s
make -j$(nproc) || make -j1 V=s
- name: Machine Information
run: |
Expand Down
8 changes: 8 additions & 0 deletions Scripts/Handles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@ if [ -f "$SP_FILE" ]; then

cd $PKG_PATCH && echo "ssr-plus has been fixed!"
fi

#修复freeswitch依赖缺失
FW_FILE=$(find ../feeds/telephony/ -maxdepth 3 -type f -wholename "*/freeswitch/Makefile")
if [ -f "$FW_FILE" ]; then
sed -i "s/libpcre/libpcre2/g" $FW_FILE

cd $PKG_PATCH && echo "freeswitch has been fixed!"
fi

0 comments on commit 9a829f1

Please sign in to comment.