diff options
author | Sven Roederer <devel-sven@geroedel.de> | 2019-03-07 00:09:15 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-03-18 20:55:24 +0100 |
commit | f1396ac753cc2be0957daf99696198363560591c (patch) | |
tree | 2478c56b3efac29c79983ff6f610cf5cfd2f6a39 /target/linux/ath79/image | |
parent | c3a17ee4b3709616923ab8ed008d995e11794a7d (diff) | |
download | upstream-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/image')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 89b9f6746d..b7e867d8bf 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -106,16 +106,17 @@ define Device/ubnt_rocket-m endef TARGET_DEVICES += ubnt_rocket-m -define Device/ubnt_nano-m +define Device/ubnt_nanostation-m $(Device/ubnt-xm) - DEVICE_TITLE := Ubiquiti Nano-M + DEVICE_TITLE := Ubiquiti Nanostation M SUPPORTED_DEVICES += nano-m endef -TARGET_DEVICES += ubnt_nano-m +TARGET_DEVICES += ubnt_nanostation-m define Device/ubnt_nanostation-m-xw $(Device/ubnt-xw) DEVICE_TITLE := Ubiquiti Nanostation M (XW) + SUPPORTED_DEVICES += nano-m-xw endef TARGET_DEVICES += ubnt_nanostation-m-xw |