bmips: add new target
[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
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 += kmod-gpio-button-hotplug
22
23 $(eval $(call BuildTarget))