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 13:16:14 +0200 |
commit | 541db110bb90b6c965a71d597a14a48cd79a234a (patch) | |
tree | 19984b0d52a4fb20f65519278d3459f41e3bb503 /target/linux/bcm4908/Makefile | |
parent | 91e0865ff576cad261a9cabc6b0e7dc2c7ce7508 (diff) | |
download | upstream-541db110bb90b6c965a71d597a14a48cd79a234a.tar.gz upstream-541db110bb90b6c965a71d597a14a48cd79a234a.tar.bz2 upstream-541db110bb90b6c965a71d597a14a48cd79a234a.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>
(cherry picked from commit 5e78cb9b85a045f436abf6a03aa5c774d30e1090)
Diffstat (limited to 'target/linux/bcm4908/Makefile')
-rw-r--r-- | target/linux/bcm4908/Makefile | 2 |
1 files changed, 1 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 |