2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-07-12 13:46:27 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
2021-02-10 13:52:34 +00:00
|
|
|
|
2013-07-12 13:46:27 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=bcm53xx
|
2014-08-18 20:29:26 +00:00
|
|
|
BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
|
2020-08-29 20:53:18 +00:00
|
|
|
FEATURES:=squashfs nand usb pci pcie gpio pwm
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=cortex-a9
|
2019-08-23 08:30:10 +00:00
|
|
|
SUBTARGETS:=generic
|
2013-07-12 13:46:27 +00:00
|
|
|
|
2024-08-07 14:54:47 +00:00
|
|
|
KERNEL_PATCHVER:=6.6
|
2013-07-12 13:46:27 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
|
|
|
|
endef
|
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=zImage dtbs
|
2013-07-12 13:46:27 +00:00
|
|
|
|
2021-10-18 13:04:17 +00:00
|
|
|
DEFAULT_PACKAGES += nvram \
|
2016-11-19 06:58:26 +00:00
|
|
|
osafeloader oseama otrx \
|
2014-10-02 12:05:58 +00:00
|
|
|
kmod-gpio-button-hotplug \
|
2021-01-04 13:52:20 +00:00
|
|
|
kmod-leds-gpio
|
2013-07-12 13:46:27 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|