4edd0ccfa853f2ebc08958a61d130ae276030cee
[openwrt/openwrt.git] / target / linux / bcm4908 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=aarch64
6 BOARD:=bcm4908
7 BOARDNAME:=Broadcom BCM4908 (ARMv8A CPUs Brahma-B53)
8 FEATURES:=squashfs nand usb pci pcie gpio source-only
9 CPU_TYPE:=cortex-a53
10 SUBTARGETS:=generic
11
12 KERNEL_PATCHVER:=5.4
13 KERNEL_TESTING_PATCHVER:=5.4
14
15 define Target/Description
16 Build firmware images for Broadcom BCM4908 SoC family routers.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 KERNELNAME:=Image dtbs
22
23 DEFAULT_PACKAGES += \
24 bcm4908img \
25 kmod-usb-ohci kmod-usb2 kmod-usb3
26
27 $(eval $(call BuildTarget))