mpc85xx: fix address config for ws-ap3825i
[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:=5.4
15 KERNEL_TESTING_PATCHVER:=5.4
16
17 define Target/Description
18 Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
19 endef
20
21 include $(INCLUDE_DIR)/target.mk
22
23 KERNELNAME:=zImage dtbs
24
25 DEFAULT_PACKAGES += swconfig nvram \
26 osafeloader oseama otrx \
27 kmod-gpio-button-hotplug \
28 kmod-leds-gpio
29
30 $(eval $(call BuildTarget))