diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2022-05-31 19:49:49 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-07-04 19:57:59 +0100 |
commit | d815e1f67c9f5cf8f36212ea475c9c9020f60a6d (patch) | |
tree | 7214731351e1e87d17656cca573385fff4dee4c3 /target/linux/mediatek/image | |
parent | 8f0d8869d536f1a9c1dce25f37753900d253df3c (diff) | |
download | upstream-d815e1f67c9f5cf8f36212ea475c9c9020f60a6d.tar.gz upstream-d815e1f67c9f5cf8f36212ea475c9c9020f60a6d.tar.bz2 upstream-d815e1f67c9f5cf8f36212ea475c9c9020f60a6d.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>
(cherry picked from commit 5c8d3893a78fd81454930de30d90efaef99f8734)
Diffstat (limited to 'target/linux/mediatek/image')
-rw-r--r-- | target/linux/mediatek/image/mt7622.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk index ea5ebdd410..d6ffa4d3ad 100644 --- a/target/linux/mediatek/image/mt7622.mk +++ b/target/linux/mediatek/image/mt7622.mk @@ -234,11 +234,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 @@ -249,8 +249,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 |