diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-10-30 22:31:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-10-30 22:31:47 +0000 |
commit | 61366c95e2df7d18ca892a9d41d1708b3a962624 (patch) | |
tree | e3a91581ee27f392cd2eee3f8c265e7dc19cc581 /target | |
parent | 2db87710e7b7d1936484770158259b2b3771e8a4 (diff) | |
download | upstream-61366c95e2df7d18ca892a9d41d1708b3a962624.tar.gz upstream-61366c95e2df7d18ca892a9d41d1708b3a962624.tar.bz2 upstream-61366c95e2df7d18ca892a9d41d1708b3a962624.zip |
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
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/realview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 5b0a0408a2..e7a1220f60 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -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> |