Skip to content

Commit

Permalink
fix patches
Browse files Browse the repository at this point in the history
  • Loading branch information
ever4Yang committed Jun 24, 2024
1 parent 00ebf18 commit 10d3c57
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 644 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/redmi_ac2100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Apply patches
run: |
cd openwrt
cp -rn devices/common/patches devices/${{matrix.target}}/
cp -rn ${GITHUB_WORKSPACE}/OpenWrt_x86-r2s-r4s-r5s-N1/devices/common/patches devices/${{matrix.target}}/
if [ -n "$(ls -A devices/${{matrix.target}}/*.bin.patch 2>/dev/null)" ]; then
git apply devices/${{matrix.target}}/patches/*.bin.patch
fi
Expand Down
Loading

0 comments on commit 10d3c57

Please sign in to comment.