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.wall...@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 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel