Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Feb 28, 2024
1 parent ac60d17 commit 0ef20fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fix_problem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ "$openwrt_tag_branch" == "v23.05.0-rc4" ]] ; then
fi
fi
if [[ "$openwrt_tag_branch" == "v23.05.2" ]] ; then
if ! grep -q "^ CONFLICTS:=iperf3$" "feeds/packages/lang/net/iperf3/Makefile"; then
if ! grep -q "^ CONFLICTS:=iperf3$" "feeds/packages/net/iperf3/Makefile"; then
echo "修复iperf3冲突"
curl -s -L --retry 6 https://github.com/openwrt/packages/commit/cea45c75c0153a190ee41dedaf6526ae08e33928.patch | patch -p1 -d feeds/packages 2>/dev/null
fi
Expand Down

0 comments on commit 0ef20fb

Please sign in to comment.