Просмотр исходного кода

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 10 лет назад
Родитель
Сommit
61366c95e2
1 измененных файлов с 1 добавлено и 1 удалено
  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]>