Revert the Rocket M5 filename change. (#839)

This was preventing the currently installed Rocket M5s from finding updates.
This commit is contained in:
Tim Wilkinson 2023-05-13 23:22:14 -07:00 committed by GitHub
parent ca496462d4
commit 27f9c82b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -4,13 +4,13 @@
endef
TARGET_DEVICES += ubnt_powerbeam-m5-xw
+define Device/ubnt_rocket-m5-xw
+define Device/ubnt_rocket-m-xw
+ $(Device/ubnt-xw)
+ DEVICE_MODEL := Rocket M XW
+ DEVICE_MODEL := Rocket M5 XW
+ DEVICE_PACKAGES += rssileds
+ SUPPORTED_DEVICES += rocket-m-xw rocket-m5-xw loco-m-xw
+ SUPPORTED_DEVICES += rocket-m-xw ubnt,rocket-m-xw loco-m-xw
+endef
+TARGET_DEVICES += ubnt_rocket-m5-xw
+TARGET_DEVICES += ubnt_rocket-m-xw
+
+define Device/ubnt_rocket-m2-xw
+ $(Device/ubnt-xw)
@ -25,14 +25,14 @@
SOC := qca9558
--- /dev/null
+++ b/target/linux/ath79/dts/ar9342_ubnt_rocket-m5-xw.dts
+++ b/target/linux/ath79/dts/ar9342_ubnt_rocket-m-xw.dts
@@ -0,0 +1,34 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include "ar9342_ubnt_xw.dtsi"
+
+/ {
+ compatible = "ubnt,rocket-m5-xw", "ubnt,xw", "qca,ar9342";
+ compatible = "ubnt,rocket-m-xw", "ubnt,xw", "qca,ar9342";
+ model = "Ubiquiti Rocket M5 (XW)";
+};
+

View File

@ -41,6 +41,6 @@
+endef
+TARGET_DEVICES += ubnt_powerbeam-m5-300
+
define Device/ubnt_rocket-m5-xw
define Device/ubnt_rocket-m-xw
$(Device/ubnt-xw)
DEVICE_MODEL := Rocket M5 XW