mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 09:31:26 +02:00
The mpc85xx now supports 6.18 kernel as testing. Link: https://github.com/openwrt/openwrt/pull/22732 Signed-off-by: Nick Hainke <vincent@systemli.org>
27 lines
555 B
Makefile
27 lines
555 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=powerpc
|
|
BOARD:=mpc85xx
|
|
BOARDNAME:=Freescale MPC85xx
|
|
CPU_TYPE:=8548
|
|
FEATURES:=squashfs ramdisk nand
|
|
SUBTARGETS:=p1010 p1020 p2020
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
KERNEL_TESTING_PATCHVER:=6.18
|
|
|
|
KERNELNAME:=zImage
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
|
|
kmod-leds-gpio kmod-ath9k wpad-basic-mbedtls kmod-usb2 \
|
|
uboot-envtools kmod-crypto-hw-talitos
|
|
|
|
$(eval $(call BuildTarget))
|