26 lines
517 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-07-02 23:30:56 +08:00
SUBTARGETS:=p1010 p1020 p2020
2017-09-06 19:19:45 +08:00
2020-07-02 23:30:56 +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 \
2021-06-15 17:58:07 +08:00
kmod-leds-gpio swconfig kmod-ath9k wpad-basic-wolfssl kmod-usb2
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))