Skip to content

Commit

Permalink
linux-6.6: bump to 6.6.52
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <admin@cooluc.com>
  • Loading branch information
sbwml committed Sep 20, 2024
1 parent b2032b3 commit d925ae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions openwrt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,6 @@ elif [ ! "$ENABLE_GLIBC" = "y" ]; then
fi
[ "$(whoami)" = "runner" ] && endgroup

# clean directory - github actions
[ "$(whoami)" = "runner" ] && echo 'CONFIG_AUTOREMOVE=y' >> .config

# uhttpd
[ "$ENABLE_UHTTPD" = "y" ] && sed -i '/nginx/d' .config && echo 'CONFIG_PACKAGE_ariang=y' >> .config

Expand Down
1 change: 1 addition & 0 deletions openwrt/scripts/05-fix-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ if [ "$KERNEL_CLANG_LTO" = "y" ]; then
else
curl -s https://$mirror/openwrt/patch/openwrt-6.x/perf/Makefile > package/devel/perf/Makefile
fi
[ "$ENABLE_MOLD" != y ] && sed -i 's/no-mold//g' package/devel/perf/Makefile

# kselftests-bpf
curl -s https://$mirror/openwrt/patch/packages-patches/kselftests-bpf/Makefile > package/devel/kselftests-bpf/Makefile
Expand Down
4 changes: 2 additions & 2 deletions tags/kernel-6.6
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LINUX_VERSION-6.6 = .51
LINUX_KERNEL_HASH-6.6.51 = 1c0c9a14650879c4913efdbac428ba31a540c3d987155ddf34d33e11eca008b3
LINUX_VERSION-6.6 = .52
LINUX_KERNEL_HASH-6.6.52 = 1591ab348399d4aa53121158525056a69c8cf0fe0e90935b0095e9a58e37b4b8

0 comments on commit d925ae3

Please sign in to comment.