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