treewide: remove maintainer variable from targets
[openwrt/openwrt.git] / target / linux / bcm63xx / Makefile
1 #
2 # Copyright (C) 2006-2019 OpenWrt.org
3 # Copyright (C) 2016 LEDE project
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8 include $(TOPDIR)/rules.mk
9
10 ARCH:=mips
11 BOARD:=bcm63xx
12 BOARDNAME:=Broadcom BCM63xx
13 SUBTARGETS:=generic smp
14 FEATURES:=squashfs usb atm pci pcmcia usbgadget
15 KERNEL_PATCHVER:=4.14
16 KERNEL_TESTING_PATCHVER:=4.19
17
18 define Target/Description
19 Build firmware images for Broadcom based xDSL/routers
20 currently supports BCM6338, BCM6348 and BCM6358 based devices.
21 (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
22 endef
23
24 include $(INCLUDE_DIR)/target.mk
25
26 DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
27
28 $(eval $(call BuildTarget))