diff options
author | Russell Senior <russell@personaltelco.net> | 2021-08-12 22:57:39 -0700 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-08-22 22:41:41 +0200 |
commit | 96db7d2a73d5eeffc35ca5183091c131cf0aba2d (patch) | |
tree | fc2152e8f073a98828fd49a88a794169126e6193 /target/linux/ath79/dts | |
parent | 57807f50ded6cf0996284a850084183af13d5894 (diff) | |
download | upstream-96db7d2a73d5eeffc35ca5183091c131cf0aba2d.tar.gz upstream-96db7d2a73d5eeffc35ca5183091c131cf0aba2d.tar.bz2 upstream-96db7d2a73d5eeffc35ca5183091c131cf0aba2d.zip |
ath79: rename Ubiquiti PowerBeam M (XW) to PowerBeam M5 (XW)
The commit [1] added support for Ubiquiti PowerBeam M (XW), tested
on the PBE-M5-400. But, it turns out the PBE-M2-400 has a different
ethernet configuration, so make the support specific to the m5 version
in anticipation of adding specific support for the m2 in a separate
commit.
[1] 12eb5b2384a6 ("ath79: add support for Ubiquiti PowerBeam M (XW)")
Signed-off-by: Russell Senior <russell@personaltelco.net>
[fix model name in DTS, format commit reference in commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar9342_ubnt_powerbeam-m5-xw.dts (renamed from target/linux/ath79/dts/ar9342_ubnt_powerbeam-m-xw.dts) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_powerbeam-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_powerbeam-m5-xw.dts index 6db058f887..e5a9af3905 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_powerbeam-m-xw.dts +++ b/target/linux/ath79/dts/ar9342_ubnt_powerbeam-m5-xw.dts @@ -3,8 +3,8 @@ #include "ar9342_ubnt_xw.dtsi" / { - compatible = "ubnt,powerbeam-m-xw", "ubnt,xw", "qca,ar9342"; - model = "Ubiquiti PowerBeam M (XW)"; + compatible = "ubnt,powerbeam-m5-xw", "ubnt,xw", "qca,ar9342"; + model = "Ubiquiti PowerBeam M5 (XW)"; }; &mdio0 { |