89a1b2407bfe2911f7f3c1a216a089518c7bc9e1
[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
13 KERNEL_PATCHVER:=6.1
14
15 define Target/Description
16 Build firmware images for the IXP4xx XScale CPU
17 endef
18
19 KERNELNAME:=zImage dtbs
20
21 include $(INCLUDE_DIR)/target.mk
22
23 DEFAULT_PACKAGES += fconfig \
24 kmod-usb-ledtrig-usbport \
25 kmod-leds-gpio
26
27 $(eval $(call BuildTarget))