diff options
| author | Linus Walleij | 2024-05-21 07:28:56 +0000 |
|---|---|---|
| committer | Linus Walleij | 2024-05-25 07:16:34 +0000 |
| commit | e824864ede0ef834d05c3fbdb32e47ac39555e31 (patch) | |
| tree | cd81b6caacc21d9fa6cd23ecfc0ad539af8282f2 | |
| parent | 17ca4cccc659219b49fe8079a7bcd0c6fa8f9ce6 (diff) | |
| download | dangole-e824864ede0ef834d05c3fbdb32e47ac39555e31.tar.gz | |
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 <linus.walleij@linaro.org>
| -rw-r--r-- | target/linux/ixp4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |