1fb89b11f38aa538ed289f46bd357c44e192f4e2
[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:=generic nand
10 FEATURES:=gpio source-only squashfs usb
11
12 KERNEL_PATCHVER:=5.10
13 KERNEL_TESTING_PATCHVER:=5.15
14
15 define Target/Description
16 Build firmware images for BCM33xx cable modem chips,
17 BCM63xx DSL chips and BCM7xxx set-top box chips.
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 DEFAULT_PACKAGES += ethtool kmod-gpio-button-hotplug
23
24 $(eval $(call BuildTarget))