brcm47xx: rename target to bcm47xx
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / 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:=brcm63xx
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 MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
18
19 define Target/Description
20 Build firmware images for Broadcom based xDSL/routers
21 currently supports BCM6338, BCM6348 and BCM6358 based devices.
22 (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
23 endef
24
25 include $(INCLUDE_DIR)/target.mk
26
27 DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
28
29 $(eval $(call BuildTarget))