27 lines
641 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
2019-11-22 09:25:25 -08:00
# Copyright (C) 2006-2019 OpenWrt.org
2017-09-06 19:19:45 +08:00
# Copyright (C) 2016 LEDE project
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
ARCH:=mips
2020-07-02 23:30:56 +08:00
BOARD:=bcm63xx
2017-09-06 19:19:45 +08:00
BOARDNAME:=Broadcom BCM63xx
SUBTARGETS:=generic smp
FEATURES:=squashfs usb atm pci pcmcia usbgadget
2020-07-02 23:30:56 +08:00
KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10
2017-09-06 19:19:45 +08:00
define Target/Description
Build firmware images for Broadcom based xDSL/routers
currently supports BCM6338, BCM6348 and BCM6358 based devices.
(e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
$(eval $(call BuildTarget))