mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
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/;
|