From d96c64a5768946a6dfec9ee12e59bf7964a60e45 Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Mon, 7 Aug 2023 11:51:45 +0200
Subject: [PATCH 1/1] bump kernel to not crosscompiled version

---
 meta.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta.sh b/meta.sh
index 862a13a..ad52188 100644
--- a/meta.sh
+++ b/meta.sh
@@ -12,14 +12,14 @@ unset LANG
 
 mkdir -p build
 cd build
-export META_VERSION=6.4.0-2
+export META_VERSION=6.4.0-3
 rm -rf linux-image-asahi_${META_VERSION}_arm64
 mkdir -p linux-image-asahi_${META_VERSION}_arm64/DEBIAN
 cat > linux-image-asahi_${META_VERSION}_arm64/DEBIAN/control <<EOF
 Package: linux-image-asahi
 Version: $META_VERSION
 Section: base
-Depends: linux-image-6.4.0-asahi-00528-gc71bb7713cf6
+Depends: linux-image-6.4.0-asahi-00528-g05576dba2ffc
 Provides: wireguard-modules (= 1.0.0)
 Priority: optional
 Architecture: arm64
-- 
2.39.5