[OpenWrt-Devel] [PATCH] realview: Create ext4 image by default
Dov Murik
dov.murik at gmail.com
Mon Oct 26 17:05:19 EDT 2015
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 at gmail.com>
---
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 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 at openwrt.org>
--
1.7.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list