target: use SPDX license identifiers on Makefiles
[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 KERNEL_PATCHVER:=5.4
14
15 define Target/Description
16 Build firmware images for Broadcom based xDSL/routers
17 currently supports BCM6338, BCM6348 and BCM6358 based devices.
18 (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
19 endef
20
21 include $(INCLUDE_DIR)/target.mk
22
23 DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
24
25 $(eval $(call BuildTarget))