bcm63xx: vg-8050: fix WFI partition size
[oweals/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:=5.4
16
17 define Target/Description
18         Build firmware images for Broadcom based xDSL/routers
19         currently supports BCM6338, BCM6348 and BCM6358 based devices.
20         (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
26
27 $(eval $(call BuildTarget))