immortalwrt/target/linux/mpc85xx/Makefile

27 lines
552 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2010 OpenWrt.org
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=mpc85xx
BOARDNAME:=Freescale MPC85xx
CPU_TYPE:=8540
FEATURES:=squashfs ramdisk
2020-04-16 19:53:42 +08:00
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
SUBTARGETS:=p1010 p1020 p2020
2017-09-06 19:19:45 +08:00
KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10
2017-09-06 19:19:45 +08:00
KERNELNAME:=zImage
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
kmod-leds-gpio swconfig kmod-ath9k wpad-basic kmod-usb2
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))