From bdefa519860ba02acb24368775f65a6db3ae499c Mon Sep 17 00:00:00 2001 From: sbwml Date: Mon, 18 Nov 2024 20:33:58 +0800 Subject: [PATCH] bpf-headers: update to linux 6.12 Signed-off-by: sbwml --- openwrt/scripts/01-prepare_base-mainline.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrt/scripts/01-prepare_base-mainline.sh b/openwrt/scripts/01-prepare_base-mainline.sh index 3c16d8102..262d3c17d 100644 --- a/openwrt/scripts/01-prepare_base-mainline.sh +++ b/openwrt/scripts/01-prepare_base-mainline.sh @@ -9,6 +9,9 @@ git clone https://$github/sbwml/autocore-arm -b openwrt-24.10 package/system/aut rm -rf target/linux/rockchip git clone https://nanopi:nanopi@$gitea/sbwml/target_linux_rockchip-6.x target/linux/rockchip -b openwrt-24.10 +# bpf-headers - 6.12 +sed -ri "s/(PKG_PATCHVER:=)[^\"]*/\16.12/" package/kernel/bpf-headers/Makefile + # x86_64 - target 6.12 curl -s https://$mirror/openwrt/patch/openwrt-6.x/x86/64/config-6.12 > target/linux/x86/64/config-6.12 curl -s https://$mirror/openwrt/patch/openwrt-6.x/x86/config-6.12 > target/linux/x86/config-6.12