kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / bmips / Makefile
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=mips
6 CPU_TYPE:=mips32
7 BOARD:=bmips
8 BOARDNAME:=Broadcom BMIPS
9 SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268
10 FEATURES:=gpio squashfs usb
11
12 KERNEL_PATCHVER:=6.1
13
14 define Target/Description
15 Build firmware images for BCM33xx cable modem chips,
16 BCM63xx DSL chips and BCM7xxx set-top box chips.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += ethtool kmod-gpio-button-hotplug
22
23 $(eval $(call BuildTarget))