realview: Create ext4 image by default
Following the additions in r46924, enable the 'ext4' feature for realview target so the ext4 image is created by default. Signed-off-by: Dov Murik <dov.murik@gmail.com> SVN-Revision: 47301
This commit is contained in:
parent
2db87710e7
commit
61366c95e2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
ARCH:=arm
|
||||
BOARD:=realview
|
||||
BOARDNAME:=ARM Ltd. Realview board (qemu)
|
||||
FEATURES:=fpu ramdisk
|
||||
FEATURES:=ext4 fpu ramdisk
|
||||
CPU_TYPE:=mpcore
|
||||
CPU_SUBTYPE:=vfp
|
||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||
|
|
Loading…
Reference in a new issue