From 5e78cb9b85a045f436abf6a03aa5c774d30e1090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 8 Apr 2021 09:12:43 +0200 Subject: bcm4908: enable target & Asus GT-AC5300 image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OpenWrt was succesfully tested on the GT-AC5300 model. It's possible to: 1. Install OpenWrt using vendor UI 2. Perform UBI aware sysupgrade 3. Install vendor firmware using OpenWrt sysupgrade Signed-off-by: Rafał Miłecki --- target/linux/bcm4908/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/bcm4908/image/Makefile') diff --git a/target/linux/bcm4908/image/Makefile b/target/linux/bcm4908/image/Makefile index bc0ee09c19..8a2d4dc174 100644 --- a/target/linux/bcm4908/image/Makefile +++ b/target/linux/bcm4908/image/Makefile @@ -71,6 +71,7 @@ define Device/netgear_r8000p IMAGE/chk := append-ubi | bcm4908img | netgear-chk NETGEAR_BOARD_ID := U12H359T00_NETGEAR NETGEAR_REGION := 1 + BROKEN := y endef TARGET_DEVICES += netgear_r8000p @@ -81,6 +82,7 @@ define Device/tplink_archer-c2300-v1 DEVICE_DTS := broadcom/bcm4908/bcm4906-tplink-archer-c2300-v1 IMAGES := bin IMAGE/bin := append-ubi | bcm4908img + BROKEN := y endef TARGET_DEVICES += tplink_archer-c2300-v1 -- cgit v1.2.3