From f1396ac753cc2be0957daf99696198363560591c Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Thu, 7 Mar 2019 00:09:15 +0100 Subject: 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 [touch-ups on the commit message, removed subject remains] Signed-off-by: Christian Lamparter --- target/linux/ath79/dts/ar7241_ubnt_nano-m.dts | 9 --------- target/linux/ath79/dts/ar7241_ubnt_nanostation-m.dts | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 target/linux/ath79/dts/ar7241_ubnt_nano-m.dts create mode 100644 target/linux/ath79/dts/ar7241_ubnt_nanostation-m.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts b/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts deleted file mode 100644 index ebdc4306e5..0000000000 --- a/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts +++ /dev/null @@ -1,9 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT -/dts-v1/; - -#include "ar7241_ubnt_xm_outdoor.dtsi" - -/ { - compatible = "ubnt,nano-m", "ubnt,xm", "qca,ar7241"; - model = "Ubiquiti Nanostation M"; -}; diff --git a/target/linux/ath79/dts/ar7241_ubnt_nanostation-m.dts b/target/linux/ath79/dts/ar7241_ubnt_nanostation-m.dts new file mode 100644 index 0000000000..eebe65e53f --- /dev/null +++ b/target/linux/ath79/dts/ar7241_ubnt_nanostation-m.dts @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include "ar7241_ubnt_xm_outdoor.dtsi" + +/ { + compatible = "ubnt,nanostation-m", "ubnt,xm", "qca,ar7241"; + model = "Ubiquiti Nanostation M"; +}; -- cgit v1.2.3