summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-04-03 18:30:49 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-04-03 18:30:49 +0000
commit8ce6588a4690f3033446613f212d92794b3cb053 (patch)
treea95ecca15dae3d83120d77995b5b545c69b5685c
parent9f36adcf54d0a9aa5a5ef703beb2f3c3900bc9af (diff)
downloadmaster-31e0f0ae-8ce6588a4690f3033446613f212d92794b3cb053.tar.gz
master-31e0f0ae-8ce6588a4690f3033446613f212d92794b3cb053.tar.bz2
master-31e0f0ae-8ce6588a4690f3033446613f212d92794b3cb053.zip
create an initramfs image by default
SVN-Revision: 26453
-rw-r--r--target/linux/realview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile
index 0bd94ac0d6..6cf5e4161f 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:=squashfs jffs2 fpu
+FEATURES:=fpu ramdisk
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
LINUX_VERSION:=2.6.37.6