ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.git] / target / linux / bcm63xx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2006-2019 OpenWrt.org
4 # Copyright (C) 2016 LEDE project
5
6 include $(TOPDIR)/rules.mk
7
8 ARCH:=mips
9 BOARD:=bcm63xx
10 BOARDNAME:=Broadcom BCM63xx
11 SUBTARGETS:=generic smp
12 FEATURES:=squashfs usb atm pci pcmcia usbgadget
13
14 KERNEL_PATCHVER:=5.10
15
16 define Target/Description
17 Build firmware images for Broadcom based xDSL/routers
18 currently supports BCM6338, BCM6348 and BCM6358 based devices.
19 (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
20 endef
21
22 include $(INCLUDE_DIR)/target.mk
23
24 DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
25
26 $(eval $(call BuildTarget))