kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / ixp4xx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2006-2023 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=armeb
8 BOARD:=ixp4xx
9 BOARDNAME:=Intel XScale IXP4xx
10 FEATURES:=dt squashfs gpio
11 CPU_TYPE:=xscale
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=6.1
15
16 define Target/Description
17 Build firmware images for the IXP4xx XScale CPU
18 endef
19
20 KERNELNAME:=zImage dtbs
21
22 include $(INCLUDE_DIR)/target.mk
23
24 DEFAULT_PACKAGES += fconfig \
25 kmod-crypto-hw-ixp4xx \
26 kmod-usb-ledtrig-usbport \
27 kmod-leds-gpio
28
29 $(eval $(call BuildTarget))