2021-02-10 14:52:34 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-07-12 13:46:27 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
2021-02-10 14:52:34 +01: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 22:53:18 +02:00
|
|
|
FEATURES:=squashfs nand usb pci pcie gpio pwm
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=cortex-a9
|
2019-08-22 22:30:10 -10:00
|
|
|
SUBTARGETS:=generic
|
2013-07-12 13:46:27 +00:00
|
|
|
|
2020-08-04 07:05:47 +02:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2020-02-10 07:46:56 +01:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
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 13:34:18 +02: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
|
|
|
|
2017-05-22 12:50:53 +02:00
|
|
|
DEFAULT_PACKAGES += swconfig nvram \
|
2016-11-19 07:58:26 +01:00
|
|
|
osafeloader oseama otrx \
|
2014-10-02 12:05:58 +00:00
|
|
|
kmod-gpio-button-hotplug \
|
2021-01-04 22:52:20 +09:00
|
|
|
kmod-leds-gpio
|
2013-07-12 13:46:27 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|