Skip to content

Commit

Permalink
mediatek: fix broken UniFi 6 LR image
Browse files Browse the repository at this point in the history
Ubiquiti's own bootloader expects the configuration mode to be present
with a "@" instead of a "-" for the sperator character. Otherwise
booting of the image fails.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Mar 17, 2021
1 parent ac5675e commit 42d943f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/mediatek/image/mt7622.mk
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ TARGET_DEVICES += mediatek_mt7622-rfb1-ubi
define Device/ubnt_unifi-6-lr
DEVICE_VENDOR := Ubiquiti
DEVICE_MODEL := UniFi 6 LR
DEVICE_DTS_CONFIG := config@1
DEVICE_DTS := mt7622-ubnt-unifi-6-lr
DEVICE_DTS_DIR := ../dts
DEVICE_PACKAGES := kmod-mt7915e
Expand Down

0 comments on commit 42d943f

Please sign in to comment.