Skip to content

Commit

Permalink
尝试修复libpfring
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Mar 23, 2024
1 parent 2690902 commit c753bdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/fix_problem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ if [[ "$openwrt_tag_branch" == "v23.05.2" ]] ; 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
fi
if [[ "$openwrt_tag_branch" == "v23.05.3" ]] ; then
echo "修复libpfring"
curl -s -L --retry 6 https://github.com/openwrt/packages/commit/534bd518f3fff6c31656a1edcd7e10922f3e06e5.patch | patch -p1 -d feeds/packages 2>/dev/null
curl -s -L --retry 6 https://github.com/openwrt/packages/commit/c3a50a9fac8f9d8665f8b012abd85bb9e461e865.patch | patch -p1 -d feeds/packages 2>/dev/null
fi

0 comments on commit c753bdd

Please sign in to comment.