diff mbox

[OpenWrt-Devel] realview: Create ext4 image by default

Message ID 20151026210519.GA13106@gmail.com
State Accepted
Headers show

Commit Message

Dov Murik Oct. 26, 2015, 9:05 p.m. UTC
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>
---
 target/linux/realview/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile
index 5b0a040..e7a1220 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>