From 430dc0d4848c1247275e1beff244e9f8ff3b8c69 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 23 Apr 2024 18:50:19 +0200 Subject: [PATCH] Update OpenWRT for 6.6 kernel --- 6.6/target/linux/generic/config-6.6 | 3 +++ build.sh | 6 +++--- config | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/6.6/target/linux/generic/config-6.6 b/6.6/target/linux/generic/config-6.6 index 8a4e68d5..b0f79932 100644 --- a/6.6/target/linux/generic/config-6.6 +++ b/6.6/target/linux/generic/config-6.6 @@ -8242,3 +8242,6 @@ CONFIG_PROBE_EVENTS_BTF_ARGS=y # CONFIG_INTEL_MEI_GSC_PROXY is not set # CONFIG_NET_DSA_MSCC_OCELOT_EXT is not set # CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE is not set +CONFIG_SPECTRE_BHI_ON=y +# CONFIG_SPECTRE_BHI_OFF is not set +# CONFIG_SPECTRE_BHI_AUTO is not set diff --git a/build.sh b/build.sh index ff385d27..e83ac39e 100755 --- a/build.sh +++ b/build.sh @@ -128,9 +128,9 @@ if [ "$OMR_OPENWRT" = "default" ]; then _get_repo feeds/${OMR_KERNEL}/packages https://github.com/openwrt/packages "3ee7b46610e9dbd8fd2bba87bd06024cd0d9c08f" _get_repo feeds/${OMR_KERNEL}/luci https://github.com/openwrt/luci "ddda66aa8caa5e929cf7a542a79e2c3ce69eb66c" elif [ "$OMR_KERNEL" = "6.6" ] || [ "$OMR_KERNEL" = "6.7" ]; then - _get_repo "$OMR_TARGET/${OMR_KERNEL}/source" https://github.com/openwrt/openwrt "d668c74fe6efb546f0fd65f0334a3f0bd7bf5df4" - _get_repo feeds/${OMR_KERNEL}/packages https://github.com/openwrt/packages "1cfb5ca084d50519384cb331303d9fde4411a9f2" - _get_repo feeds/${OMR_KERNEL}/luci https://github.com/openwrt/luci "11819152de9751d1edbbeff0bb6d543217b5213a" + _get_repo "$OMR_TARGET/${OMR_KERNEL}/source" https://github.com/openwrt/openwrt "e0363233c958cf591597006f6a0853dc1b0a012f" + _get_repo feeds/${OMR_KERNEL}/packages https://github.com/openwrt/packages "22f8fd5c5b2e366ac7ee203181100fe1bb2fa157" + _get_repo feeds/${OMR_KERNEL}/luci https://github.com/openwrt/luci "f79634dc3e18671b3a2fd992d67d0c68fadd84dc" fi elif [ "$OMR_OPENWRT" = "coolsnowwolfmix" ]; then _get_repo "$OMR_TARGET/${OMR_KERNEL}/source" https://github.com/coolsnowwolf/lede.git "master" diff --git a/config b/config index 1cb2f3d3..729946de 100644 --- a/config +++ b/config @@ -290,3 +290,4 @@ CONFIG_OPENVPN_openssl_ENABLE_DCO=y CONFIG_KERNEL_NF_CONNTRACK_DESTROY_HOOK=y # CONFIG_SIGNATURE_CHECK is not set # CONFIG_PACKAGE_kmod-leds-gca230718 is not set +# CONFIG_PACKAGE_libustream-mbedtls is not set