diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-06-16 19:55:02 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-07-04 19:58:08 +0100 |
commit | fa56db5ccc5c7e877e274de75ded109ec5bd8c84 (patch) | |
tree | 686e69d47d41ea1e08a83858a76c3e2c6a870432 | |
parent | d302839b65083187043aae712795cd884eeea262 (diff) | |
download | upstream-fa56db5ccc5c7e877e274de75ded109ec5bd8c84.tar.gz upstream-fa56db5ccc5c7e877e274de75ded109ec5bd8c84.tar.bz2 upstream-fa56db5ccc5c7e877e274de75ded109ec5bd8c84.zip |
uboot-mediatek: update UniFi 6 LR board name
Select matching U-Boot for both v1 and v2 variants.
Fixes: 15a02471bb ("mediatek: new target mt7622-ubnt-unifi-6-lr-v1")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 2caa03ec8607fb38e11ac1ce3c7b698f80191b49)
-rw-r--r-- | package/boot/uboot-mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index bd380702db..defae03028 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -68,7 +68,7 @@ endef define U-Boot/mt7622_ubnt_unifi-6-lr NAME:=Ubiquiti UniFi 6 LR UBOOT_CONFIG:=mt7622_ubnt_unifi-6-lr - BUILD_DEVICES:=ubnt_unifi-6-lr-ubootmod + BUILD_DEVICES:=ubnt_unifi-6-lr-v1-ubootmod ubnt_unifi-6-lr-v2-ubootmod BUILD_SUBTARGET:=mt7622 UBOOT_IMAGE:=u-boot.fip BL2_BOOTDEV:=nor |