5e3ffb8b3c3902cb1fada4e0a4df563b79a50a41
[openwrt/openwrt.git] / target / linux / mpc85xx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2010 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=powerpc
8 BOARD:=mpc85xx
9 BOARDNAME:=Freescale MPC85xx
10 CPU_TYPE:=8540
11 FEATURES:=squashfs ramdisk
12 SUBTARGETS:=p1010 p1020 p2020
13
14 KERNEL_PATCHVER:=5.4
15 KERNEL_TESTING_PATCHVER:=5.10
16
17 KERNELNAME:=zImage
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += \
22 kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
23 kmod-leds-gpio swconfig kmod-ath9k wpad-basic-wolfssl kmod-usb2
24
25 $(eval $(call BuildTarget))