diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-04-08 09:12:43 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-04-08 10:50:59 +0200 |
commit | 5e78cb9b85a045f436abf6a03aa5c774d30e1090 (patch) | |
tree | f669875068d8e715830a91af82f5184f00b4f3c8 /target | |
parent | 9b4fc4cae9fa0cd0cd9060e1c9d33320c3249ced (diff) | |
download | upstream-5e78cb9b85a045f436abf6a03aa5c774d30e1090.tar.gz upstream-5e78cb9b85a045f436abf6a03aa5c774d30e1090.tar.bz2 upstream-5e78cb9b85a045f436abf6a03aa5c774d30e1090.zip |
bcm4908: enable target & Asus GT-AC5300 image
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 <rafal@milecki.pl>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm4908/Makefile | 2 | ||||
-rw-r--r-- | target/linux/bcm4908/image/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile index 4edd0ccfa8..ce5f230ca6 100644 --- a/target/linux/bcm4908/Makefile +++ b/target/linux/bcm4908/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk ARCH:=aarch64 BOARD:=bcm4908 BOARDNAME:=Broadcom BCM4908 (ARMv8A CPUs Brahma-B53) -FEATURES:=squashfs nand usb pci pcie gpio source-only +FEATURES:=squashfs nand usb pci pcie gpio CPU_TYPE:=cortex-a53 SUBTARGETS:=generic 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 |