aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2022-05-31 19:49:49 +0200
committerDaniel Golle <daniel@makrotopia.org>2022-06-11 19:51:18 +0100
commit5c8d3893a78fd81454930de30d90efaef99f8734 (patch)
tree81bae4b2577e8f18f1fc3172745fd6a9f240306a
parent15a02471bb854245f8f94398c1e1d9ce29c2c341 (diff)
downloadupstream-5c8d3893a78fd81454930de30d90efaef99f8734.tar.gz
upstream-5c8d3893a78fd81454930de30d90efaef99f8734.tar.bz2
upstream-5c8d3893a78fd81454930de30d90efaef99f8734.zip
mediatek: new target ubnt_unifi-6-lr-v1-ubootmod
based on current ubnt_unifi-6-lr-ubootmod Signed-off-by: Daniel Golle <daniel@makrotopia.org> [added SUPPORTED_DEVICES for compatibility with existing setups] Signed-off-by: Henrik Riomar <henrik.riomar@gmail.com>
-rw-r--r--target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1-ubootmod.dts (renamed from target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-ubootmod.dts)2
-rw-r--r--target/linux/mediatek/image/mt7622.mk9
2 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-ubootmod.dts b/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1-ubootmod.dts
index 8a9d0a1887c..a22bc701807 100644
--- a/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-ubootmod.dts
+++ b/target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1-ubootmod.dts
@@ -3,7 +3,7 @@
#include "mt7622-ubnt-unifi-6-lr-v1.dtsi"
/ {
- model = "Ubiquiti UniFi 6 LR (U-Boot mod)";
+ model = "Ubiquiti UniFi 6 LR v1 (U-Boot mod)";
compatible = "ubnt,unifi-6-lr-ubootmod", "mediatek,mt7622";
};
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index d6308f2ef63..b456af46a0f 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -254,11 +254,11 @@ define Device/ubnt_unifi-6-lr-v1
endef
TARGET_DEVICES += ubnt_unifi-6-lr-v1
-define Device/ubnt_unifi-6-lr-ubootmod
+define Device/ubnt_unifi-6-lr-v1-ubootmod
DEVICE_VENDOR := Ubiquiti
DEVICE_MODEL := UniFi 6 LR
- DEVICE_VARIANT := U-Boot mod
- DEVICE_DTS := mt7622-ubnt-unifi-6-lr-ubootmod
+ DEVICE_VARIANT := v1 U-Boot mod
+ DEVICE_DTS := mt7622-ubnt-unifi-6-lr-v1-ubootmod
DEVICE_DTS_DIR := ../dts
DEVICE_PACKAGES := kmod-mt7915e kmod-leds-ubnt-ledbar
KERNEL := kernel-bin | lzma
@@ -269,8 +269,9 @@ define Device/ubnt_unifi-6-lr-ubootmod
ARTIFACTS := preloader.bin bl31-uboot.fip
ARTIFACT/preloader.bin := bl2 nor-2ddr
ARTIFACT/bl31-uboot.fip := bl31-uboot ubnt_unifi-6-lr
+ SUPPORTED_DEVICES += ubnt,unifi-6-lr-ubootmod
endef
-TARGET_DEVICES += ubnt_unifi-6-lr-ubootmod
+TARGET_DEVICES += ubnt_unifi-6-lr-v1-ubootmod
define Device/xiaomi_redmi-router-ax6s
DEVICE_VENDOR := Xiaomi
ef='#n202'>202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252