ramips: add Ubiquiti EdgePoint R6 as alt name
authorNick Hainke <vincent@systemli.org>
Sat, 19 Feb 2022 07:35:10 +0000 (08:35 +0100)
committerPaul Spooren <mail@aparcar.org>
Sat, 19 Feb 2022 16:26:37 +0000 (17:26 +0100)
The Ubiquiti EdgePoint R6 is identical to the EdgeRouter X SFP.
However, it fits well into outdoor environments due to its water-proven
case.

More specifications: 9715beb04c74 ("ramips: add support for Ubiquiti
EdgeRouter X-SFP")

Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/ramips/image/mt7621.mk

index 8e13920672386a0e94b4ee405f3e75d79c41d108..bb78db24292b7196c731ff8aff5ca9b313ddae71 100644 (file)
@@ -1546,6 +1546,8 @@ TARGET_DEVICES += ubnt_edgerouter-x
 define Device/ubnt_edgerouter-x-sfp
   $(Device/ubnt_edgerouter_common)
   DEVICE_MODEL := EdgeRouter X SFP
+  DEVICE_ALT0_VENDOR := Ubiquiti
+  DEVICE_ALT0_MODEL := EdgePoint R6
   DEVICE_PACKAGES += kmod-i2c-algo-pca kmod-gpio-pca953x kmod-sfp
   SUPPORTED_DEVICES += ubnt-erx-sfp ubiquiti,edgerouterx-sfp
 endef