aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-02-19 08:35:10 +0100
committerPaul Spooren <mail@aparcar.org>2022-02-19 17:26:37 +0100
commit2fd049f5cdeebebfc91084ea316ac1fa2b84a369 (patch)
treef2bd1d3bb63f94d1101b22b93ab1759c54065b4c /target/linux/ramips
parente6df13d0e16dd394ca26a80feeb013234948e875 (diff)
downloadupstream-2fd049f5cdeebebfc91084ea316ac1fa2b84a369.tar.gz
upstream-2fd049f5cdeebebfc91084ea316ac1fa2b84a369.tar.bz2
upstream-2fd049f5cdeebebfc91084ea316ac1fa2b84a369.zip
ramips: add Ubiquiti EdgePoint R6 as alt name
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>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 8e13920672..bb78db2429 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -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