2023-10-23 06:43:07 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2023 OpenWrt.org
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=armeb
|
|
|
|
BOARD:=ixp4xx
|
|
|
|
BOARDNAME:=Intel XScale IXP4xx
|
2024-05-21 07:28:56 +00:00
|
|
|
FEATURES:=dt squashfs gpio ext4 rootfs-part
|
2023-10-23 06:43:07 +00:00
|
|
|
CPU_TYPE:=xscale
|
2023-12-09 13:45:50 +00:00
|
|
|
SUBTARGETS:=generic
|
2023-10-23 06:43:07 +00:00
|
|
|
|
2024-05-15 21:16:54 +00:00
|
|
|
KERNEL_PATCHVER:=6.6
|
2023-10-23 06:43:07 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for the IXP4xx XScale CPU
|
|
|
|
endef
|
|
|
|
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += fconfig \
|
2023-10-23 06:43:08 +00:00
|
|
|
kmod-crypto-hw-ixp4xx \
|
2023-10-23 06:43:07 +00:00
|
|
|
kmod-usb-ledtrig-usbport \
|
|
|
|
kmod-leds-gpio
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|