diff options
author | David Bauer <mail@david-bauer.net> | 2021-03-18 00:56:02 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-03-18 00:56:33 +0100 |
commit | 42d943f40a67fdbefe0bc9d445145969d6e5c8a0 (patch) | |
tree | 4876fe9de6b720e5bf29e482e9b2d60a324bf9d9 | |
parent | ac5675ec8f63d8cce5af066fa1fcf3906b9e8b2c (diff) | |
download | upstream-42d943f40a67fdbefe0bc9d445145969d6e5c8a0.tar.gz upstream-42d943f40a67fdbefe0bc9d445145969d6e5c8a0.tar.bz2 upstream-42d943f40a67fdbefe0bc9d445145969d6e5c8a0.zip |
mediatek: fix broken UniFi 6 LR image
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 <mail@david-bauer.net>
-rw-r--r-- | target/linux/mediatek/image/mt7622.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk index fd043ed85f..88d71600b2 100644 --- a/target/linux/mediatek/image/mt7622.mk +++ b/target/linux/mediatek/image/mt7622.mk @@ -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 |