[PATCH 1/4] ixp4xx: Add ext4 and rootfs-part to features

Linus Walleij linus.walleij at linaro.org
Tue May 21 00:50:46 PDT 2024


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 <linus.walleij at linaro.org>
---
 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 33f7c579ea89..f84f07798dc9 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
 

-- 
2.45.0




More information about the openwrt-devel mailing list