Skip to content

Commit

Permalink
ixp4xx: Add ext4 and rootfs-part to features
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
linusw committed May 25, 2024
1 parent 17ca4cc commit e824864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ixp4xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e824864

Please sign in to comment.