2021-06-14 18:30:08 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-09-06 19:19:45 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
2021-06-14 18:30:08 +08:00
|
|
|
|
2017-09-06 19:19:45 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=bcm53xx
|
|
|
|
BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
|
2021-06-14 18:30:08 +08:00
|
|
|
FEATURES:=squashfs nand usb pci pcie gpio pwm
|
2017-09-06 19:19:45 +08:00
|
|
|
CPU_TYPE:=cortex-a9
|
2020-07-02 23:30:56 +08:00
|
|
|
SUBTARGETS:=generic
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2025-05-10 23:30:03 +08:00
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
KERNEL_TESTING_PATCHVER:=6.1
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
|
2022-09-17 13:30:22 +08:00
|
|
|
DEFAULT_PACKAGES += swconfig nvram \
|
2017-09-06 19:19:45 +08:00
|
|
|
osafeloader oseama otrx \
|
|
|
|
kmod-gpio-button-hotplug \
|
2021-06-15 17:58:07 +08:00
|
|
|
kmod-leds-gpio
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|