projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db8771
)
realview: Create ext4 image by default
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 30 Oct 2015 22:31:47 +0000
(22:31 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 30 Oct 2015 22:31:47 +0000
(22:31 +0000)
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
target/linux/realview/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/realview/Makefile
b/target/linux/realview/Makefile
index 5b0a0408a257eda2754c783b0558905044814d3e..e7a1220f60577de3734a0bdf08926489f0aea7e1 100644
(file)
--- 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>