Skip to content

Commit

Permalink
corrected name definition
Browse files Browse the repository at this point in the history
  • Loading branch information
misanthropos committed Jul 7, 2024
1 parent 0c96eb7 commit 4e2ee26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ index cfabc89b8dfe7d3b0d60e0f793e3198907b1c199..1e03235624f2272aafe876dc5a570757
endef
TARGET_DEVICES += tplink_tl-wr810n-v2

+define Device/tplink_tl-wr841-rom16ram64-v10
+define Device/tplink_tl-wr841n-nd-mod16-64-v10
+ $(Device/tplink-16mlzma)
+ SOC := qca9533
+ DEVICE_MODEL := TL-WR841N/ND MOD16/64
+ DEVICE_VARIANT := v10
+ TPLINK_HWID := 0x08411610
+endef
+TARGET_DEVICES += tplink_tl-wr841-rom16ram64-v10
+TARGET_DEVICES += tplink_tl-wr841n-nd-mod16-64-v10
+
define Device/tplink_tl-wr841hp-v2
$(Device/tplink-8mlzma)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
From: Richard Fröhning <misanthropos@gmx.de>
Date: Sun, 30 Jun 2024 12:06:21 +0200
Subject: add qca9533_tplink_tl-wr841-rom16ram64-v10.dts
Subject: add qca9533_tplink_tl-wr841n-nd-mod16-64-v10.dts

diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841-rom16ram64-v10.dts b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-rom16ram64-v10.dts
diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841n-nd-mod16-64-v10.dts b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-rom16ram64-v10.dts
new file mode 100644
index 0000000000000000000000000000000000000000..c1bab7ce54af06d7ef4a8810af1f7b1154923bd1
--- /dev/null
+++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-rom16ram64-v10.dts
+++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841n-nd-mod16-64-v10.dts
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include "qca9533_tplink_tl-wr841-rom16ram64.dtsi"
+
+/ {
+ compatible = "tplink,tl-wr841-rom16ram64-v10", "qca,qca9533";
+ compatible = "tplink,tl-wr841n-nd-mod16-64-v10", "qca,qca9533";
+ model = "TP-Link TL-WR841N/ND MOD16/64 v10";
+
+ aliases {
Expand Down

0 comments on commit 4e2ee26

Please sign in to comment.