From 96db7d2a73d5eeffc35ca5183091c131cf0aba2d Mon Sep 17 00:00:00 2001 From: Russell Senior Date: Thu, 12 Aug 2021 22:57:39 -0700 Subject: 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 [fix model name in DTS, format commit reference in commit message] Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/generic-ubnt.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ath79/image/generic-ubnt.mk') diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 01e8533fd6..547af632f6 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -328,13 +328,13 @@ define Device/ubnt_powerbeam-5ac-gen2 endef TARGET_DEVICES += ubnt_powerbeam-5ac-gen2 -define Device/ubnt_powerbeam-m-xw +define Device/ubnt_powerbeam-m5-xw $(Device/ubnt-xw) - DEVICE_MODEL := PowerBeam M + DEVICE_MODEL := PowerBeam M5 DEVICE_PACKAGES += rssileds SUPPORTED_DEVICES += loco-m-xw endef -TARGET_DEVICES += ubnt_powerbeam-m-xw +TARGET_DEVICES += ubnt_powerbeam-m5-xw define Device/ubnt_powerbridge-m $(Device/ubnt-xm) -- cgit v1.2.3