From e887049fbb74f8987d165b95c41989c0baac11e9 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 3 Apr 2021 00:43:50 +0100 Subject: mediatek: add alternative bootchain variant for UniFi 6 LR Builds images for the Ubiquiti Network UniFi 6 LR device running the U-Boot build added by the previous commits. Everything but MTD partitions is moved to dtsi. Signed-off-by: Daniel Golle --- target/linux/mediatek/mt7622/base-files/etc/board.d/02_network | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/mediatek/mt7622') diff --git a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network index f1daa2fae1..361d60e92b 100644 --- a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network +++ b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network @@ -18,7 +18,8 @@ mediatek_setup_interfaces() ucidef_add_switch "switch0" \ "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0" ;; - ubnt,unifi-6-lr) + ubnt,unifi-6-lr|\ + ubnt,unifi-6-lr-ubootmod) ucidef_set_interfaces_lan "eth0" ;; *) -- cgit v1.2.3