mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-23 17:47:28 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
23 lines
652 B
Diff
23 lines
652 B
Diff
From 4dfb58c05d53af70262ac1337b4e55b8c8946d40 Mon Sep 17 00:00:00 2001
|
|
From: Stephen Gordon <gordoste@iinet.net.au>
|
|
Date: Mon, 23 Dec 2024 10:10:04 +1100
|
|
Subject: [PATCH] overlays: Compile the new overlay
|
|
|
|
Compile the new ezsound-6x8iso overlay.
|
|
|
|
Signed-off-by: Stephen Gordon <gordoste@iinet.net.au>
|
|
---
|
|
arch/arm/boot/dts/overlays/Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/Makefile
|
|
+++ b/arch/arm/boot/dts/overlays/Makefile
|
|
@@ -65,6 +65,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
|
|
enc28j60.dtbo \
|
|
enc28j60-spi2.dtbo \
|
|
exc3000.dtbo \
|
|
+ ezsound-6x8iso.dtbo \
|
|
fbtft.dtbo \
|
|
fe-pi-audio.dtbo \
|
|
fsm-demo.dtbo \
|