mpc85xx: add HiveAP-350 alternative name for HiveAP-330
[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.10
15
16 KERNELNAME:=zImage
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += \
21 kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
22 kmod-leds-gpio swconfig kmod-ath9k wpad-basic-wolfssl kmod-usb2 \
23 uboot-envtools
24
25 $(eval $(call BuildTarget))