Skip to content

Commit

Permalink
Merge pull request #72 from chenmozhijin/v23.05.4
Browse files Browse the repository at this point in the history
v23.05.4
  • Loading branch information
chenmozhijin authored Jul 22, 2024
2 parents f37ff91 + 62d07ed commit 6cdc71c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/rpi4b/OpenWrt-K/compile.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
openwrt_tag/branch=v23.05.3
openwrt_tag/branch=v23.05.4
kmod_compile_exclude_list=kmod-shortcut-fe-cm,kmod-shortcut-fe,kmod-fast-classifier,kmod-shortcut-fe-drv
use_cache=true
2 changes: 1 addition & 1 deletion config/x86_64/OpenWrt-K/compile.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
openwrt_tag/branch=v23.05.3
openwrt_tag/branch=v23.05.4
kmod_compile_exclude_list=kmod-shortcut-fe-cm,kmod-shortcut-fe,kmod-fast-classifier,kmod-shortcut-fe-drv
use_cache=true
2 changes: 1 addition & 1 deletion scripts/fix_problem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ "$openwrt_tag_branch" == "v23.05.2" ]] ; then
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" ]] || [[ "$openwrt_tag_branch" == "openwrt-23.05" ]] ; then
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
Expand Down

0 comments on commit 6cdc71c

Please sign in to comment.