mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 21:59:32 +00:00
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>
This commit is contained in:
parent
9b4fc4cae9
commit
5e78cb9b85
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
ARCH:=aarch64
|
ARCH:=aarch64
|
||||||
BOARD:=bcm4908
|
BOARD:=bcm4908
|
||||||
BOARDNAME:=Broadcom BCM4908 (ARMv8A CPUs Brahma-B53)
|
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
|
CPU_TYPE:=cortex-a53
|
||||||
SUBTARGETS:=generic
|
SUBTARGETS:=generic
|
||||||
|
|
||||||
|
@ -71,6 +71,7 @@ define Device/netgear_r8000p
|
|||||||
IMAGE/chk := append-ubi | bcm4908img | netgear-chk
|
IMAGE/chk := append-ubi | bcm4908img | netgear-chk
|
||||||
NETGEAR_BOARD_ID := U12H359T00_NETGEAR
|
NETGEAR_BOARD_ID := U12H359T00_NETGEAR
|
||||||
NETGEAR_REGION := 1
|
NETGEAR_REGION := 1
|
||||||
|
BROKEN := y
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += netgear_r8000p
|
TARGET_DEVICES += netgear_r8000p
|
||||||
|
|
||||||
@ -81,6 +82,7 @@ define Device/tplink_archer-c2300-v1
|
|||||||
DEVICE_DTS := broadcom/bcm4908/bcm4906-tplink-archer-c2300-v1
|
DEVICE_DTS := broadcom/bcm4908/bcm4906-tplink-archer-c2300-v1
|
||||||
IMAGES := bin
|
IMAGES := bin
|
||||||
IMAGE/bin := append-ubi | bcm4908img
|
IMAGE/bin := append-ubi | bcm4908img
|
||||||
|
BROKEN := y
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tplink_archer-c2300-v1
|
TARGET_DEVICES += tplink_archer-c2300-v1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user