diff options
author | Johann Neuhauser <johann@it-neuhauser.de> | 2018-08-13 15:07:55 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-14 10:19:37 +0200 |
commit | cc35c91f56339a46138de84b680e33f0c633acb7 (patch) | |
tree | f024a543b173b4c1ea3afe0bb30daa9ad1f6cb77 /target/linux/ath79/dts | |
parent | 9c6c7d11c795cd632c4d736577d7bb65ed35d729 (diff) | |
download | upstream-cc35c91f56339a46138de84b680e33f0c633acb7.tar.gz upstream-cc35c91f56339a46138de84b680e33f0c633acb7.tar.bz2 upstream-cc35c91f56339a46138de84b680e33f0c633acb7.zip |
ath79: fix sysupgrade TP-Link WR841v9
Remove SUPPORTED_DEVICES from wr841-v9 because it´s not needed and
for consistency rename everything to tl-wr841-v9.
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts index 179fada001..c4f4fddde4 100644 --- a/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts +++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts @@ -7,6 +7,6 @@ #include "qca9533_tplink_tl-wr841.dtsi" / { - compatible = "tplink,tl-wr841n-v9", "qca,qca9533"; + compatible = "tplink,tl-wr841-v9", "qca,qca9533"; model = "TP-Link TL-WR841N/ND Version 9"; }; |