From e824864ede0ef834d05c3fbdb32e47ac39555e31 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Tue, 21 May 2024 09:28:56 +0200 Subject: [PATCH] ixp4xx: Add ext4 and rootfs-part to features Several of the IXP4xx machines mount root on external harddrives so add EXT4 and rootfs-part to the featureset so the right features are always selected. Signed-off-by: Linus Walleij --- target/linux/ixp4xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 33f7c579ea..f84f07798d 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk ARCH:=armeb BOARD:=ixp4xx BOARDNAME:=Intel XScale IXP4xx -FEATURES:=dt squashfs gpio +FEATURES:=dt squashfs gpio ext4 rootfs-part CPU_TYPE:=xscale SUBTARGETS:=generic