Move apm821xx to the 6.18 kernel after testing it as the testing kernel. There are ethernet performance improvements in the 6.18 kernel for whatever reason. There's also work on getting rid of dmesg slop at runtime. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23777 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=powerpc
|
|
BOARD:=apm821xx
|
|
BOARDNAME:=AppliedMicro APM821xx
|
|
CPU_TYPE:=464fp
|
|
FEATURES:=fpu dt gpio ramdisk squashfs usb
|
|
SUBTARGETS:=nand sata
|
|
|
|
KERNEL_PATCHVER:=6.18
|
|
|
|
define Target/Description
|
|
Build images for AppliedMicro APM821xx based boards.
|
|
endef
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=uImage
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug uboot-envtools \
|
|
kmod-hw-crypto-4xx
|
|
|
|
$(eval $(call BuildTarget))
|