mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-20 19:03:39 +00:00
26 lines
773 B
Diff
26 lines
773 B
Diff
From 453d46f106345e5d92c777bf8319ed94e02a7a5a Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Fri, 8 Mar 2024 09:18:36 +0100
|
|
Subject: [PATCH 84/86] mediatek-sdk: kernel support
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
include/kernel-5.4 | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/include/kernel-5.4 b/include/kernel-5.4
|
|
index badca9f5fa..720c5df91e 100644
|
|
--- a/include/kernel-5.4
|
|
+++ b/include/kernel-5.4
|
|
@@ -11,3 +11,7 @@ LINUX_VERSION-5.4 = .213
|
|
LINUX_KERNEL_HASH-5.4.213 = 53d191b59994a3b8b5c9cac7391cbf0a4186ba4bd08b9f378e2d05bfd4921f6d
|
|
endif
|
|
|
|
+ifeq ($(CONFIG_TARGET_mediatek),y)
|
|
+LINUX_VERSION-5.4 = .260
|
|
+LINUX_KERNEL_HASH-5.4.260 = 9830820714c8f5985c50071cc9e1b40533ee81a4f6c704916c7148d16e54ebfe
|
|
+endif
|
|
--
|
|
2.34.1
|
|
|