mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-30 22:36:58 +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>
34 lines
1.5 KiB
Diff
34 lines
1.5 KiB
Diff
From c951e92dca5f15c5ab8e414ea6619154d487f7b4 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/;
|