kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / apm821xx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=powerpc
6 BOARD:=apm821xx
7 BOARDNAME:=AppliedMicro APM821xx
8 CPU_TYPE:=464fp
9 FEATURES:=fpu dt gpio ramdisk squashfs usb
10 SUBTARGETS:=nand sata
11
12 KERNEL_PATCHVER:=6.1
13 KERNEL_TESTING_PATCHVER:=6.6
14
15 define Target/Description
16 Build images for AppliedMicro APM821xx based boards.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 KERNELNAME:=uImage
22
23 DEFAULT_PACKAGES += \
24 kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug uboot-envtools \
25 kmod-hw-crypto-4xx
26
27 $(eval $(call BuildTarget))