mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
3a5584e0df
Adds latest 6.6 patches from the Raspberry Pi repository.
These patches were generated from:
https://github.com/raspberrypi/linux/commits/rpi-6.6.y/
With the following command:
git format-patch -N v6.6.67..HEAD
(HEAD -> 811ff707533bcd67cdcd368bbd46223082009b12)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 692205305d
)
34 lines
1.5 KiB
Diff
34 lines
1.5 KiB
Diff
From 77389e715039b1feac9c6261727600892cc12fdb Mon Sep 17 00:00:00 2001
|
|
From: Michael Heimpold <michael.heimpold@chargebyte.com>
|
|
Date: Fri, 29 Nov 2024 14:10:04 +0100
|
|
Subject: [PATCH] overlays: qca7000: replace URL with textual hint
|
|
|
|
The deep link into the website is not that stable, so let's
|
|
replace it with a textual description where to find the
|
|
product information.
|
|
|
|
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/qca7000-overlay.dts | 2 +-
|
|
arch/arm/boot/dts/overlays/qca7000-uart0-overlay.dts | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/qca7000-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/qca7000-overlay.dts
|
|
@@ -1,5 +1,5 @@
|
|
// Overlay for the Qualcomm Atheros QCA7000 on PLC Stamp micro EVK
|
|
-// Visit: https://chargebyte.com/products/evaluation-tools/plc-stamp-micro-2-evaluation-board for details
|
|
+// Visit: https://chargebyte.com -> Controllers & Modules -> Evaluation Tools -> PLC Stamp Micro 2 Evaluation Board for details
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
--- a/arch/arm/boot/dts/overlays/qca7000-uart0-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/qca7000-uart0-overlay.dts
|
|
@@ -1,5 +1,5 @@
|
|
// Overlay for the Qualcomm Atheros QCA7000 on PLC Stamp micro EVK
|
|
-// Visit: https://in-tech-smartcharging.com/products/evaluation-tools/plc-stamp-micro-2-evaluation-board for details
|
|
+// Visit: https://chargebyte.com -> Controllers & Modules -> Evaluation Tools -> PLC Stamp Micro 2 Evaluation Board for details
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|