aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts
diff options
context:
space:
mode:
authorSven Roederer <devel-sven@geroedel.de>2019-03-07 00:09:15 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-03-18 20:55:24 +0100
commitf1396ac753cc2be0957daf99696198363560591c (patch)
tree2478c56b3efac29c79983ff6f610cf5cfd2f6a39 /target/linux/ath79/dts
parentc3a17ee4b3709616923ab8ed008d995e11794a7d (diff)
downloadupstream-f1396ac753cc2be0957daf99696198363560591c.tar.gz
upstream-f1396ac753cc2be0957daf99696198363560591c.tar.bz2
upstream-f1396ac753cc2be0957daf99696198363560591c.zip
ath79: align naming of Ubiquiti Nanostation M
Support for the Nanostation M (XW) was added in 40530c8eb with board name "nanostation-m-xw". The current image for the "Nanostation M" uses "nano-m" as the board name. This commit renames it to the full product name as it's used by all other boards. The legacy boardname of the ar71xx target is added via SUPPORTED_DEVICES to ease switching to ath79 target. Signed-off-by: Sven Roederer <devel-sven@geroedel.de> [touch-ups on the commit message, removed subject remains] Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r--target/linux/ath79/dts/ar7241_ubnt_nanostation-m.dts (renamed from target/linux/ath79/dts/ar7241_ubnt_nano-m.dts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts b/target/linux/ath79/dts/ar7241_ubnt_nanostation-m.dts
index ebdc4306e5..eebe65e53f 100644
--- a/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts
+++ b/target/linux/ath79/dts/ar7241_ubnt_nanostation-m.dts
@@ -4,6 +4,6 @@
#include "ar7241_ubnt_xm_outdoor.dtsi"
/ {
- compatible = "ubnt,nano-m", "ubnt,xm", "qca,ar7241";
+ compatible = "ubnt,nanostation-m", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti Nanostation M";
};