mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
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>
This commit is contained in:
parent
17ca4cccc6
commit
e824864ede
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user