From 94d55ce926e047986d6b0505f0a0c1a462e14c0b Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 14 Mar 2026 16:26:55 -0600 Subject: [PATCH] linux-hwe-6.17: update CONFIG_NOVA_CORE for 6.17 --- helpers/make-linux-hwe-6.17 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/helpers/make-linux-hwe-6.17 b/helpers/make-linux-hwe-6.17 index 72cc763d..2ad06421 100644 --- a/helpers/make-linux-hwe-6.17 +++ b/helpers/make-linux-hwe-6.17 @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=39 +VERSION=40 HWEKR=6.17 DI_ENABLED=1 HWE_ENABLED=1 @@ -350,6 +350,11 @@ else python3 debian/scripts/misc/annotations -f $DEBIAN_PATH/config/annotations \ --arch amd64 --flavour generic --config $i --write - done + for arch in amd64 arm64 ; do + echo "> Modifying CONFIG_NOVA_CORE annotations value on $arch:" + python3 debian/scripts/misc/annotations -f $DEBIAN_PATH/config/annotations \ + --arch $arch --flavour generic --config CONFIG_NOVA_CORE --write - + done # More changes for HWE 6.17 echo "> Modifying CONFIG_RUST annotations value:" python3 debian/scripts/misc/annotations -f $DEBIAN_PATH/config/annotations \