netifd: packet_steering: fix shell error on unset steering_flows option
[openwrt/openwrt.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 KERNEL_TESTING_PATCHVER:=5.15
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))