kernel: move mv88e6xxx fix to generic backports
[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 gpio
9 CPU_TYPE:=cortex-a53
10 SUBTARGETS:=generic
11
12 KERNEL_PATCHVER:=6.1
13
14 define Target/Description
15 Build firmware images for Broadcom BCM4908 SoC family routers.
16 endef
17
18 include $(INCLUDE_DIR)/target.mk
19
20 KERNELNAME:=Image dtbs
21
22 DEFAULT_PACKAGES += \
23 bcm4908img fdt-utils uboot-envtools \
24 kmod-gpio-button-hotplug \
25 kmod-usb-ohci kmod-usb2 kmod-usb3 \
26 kmod-usb-ledtrig-usbport
27
28 $(eval $(call BuildTarget))