03b9df49546fa38986ebefb375232b6eda72e543
[openwrt/openwrt.git] / target / linux / bcm53xx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=bcm53xx
9 BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
10 FEATURES:=squashfs nand usb pci pcie gpio pwm
11 CPU_TYPE:=cortex-a9
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=6.1
15
16 define Target/Description
17 Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 KERNELNAME:=zImage dtbs
23
24 DEFAULT_PACKAGES += nvram \
25 osafeloader oseama otrx \
26 kmod-gpio-button-hotplug \
27 kmod-leds-gpio
28
29 $(eval $(call BuildTarget))