Explorar o código

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 <[email protected]>

SVN-Revision: 47301
Felix Fietkau %!s(int64=10) %!d(string=hai) anos
pai
achega
61366c95e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/linux/realview/Makefile

+ 1 - 1
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 <[email protected]>