[brcm63xx] wire bcm96348gw-10 reset button (#10854)
[openwrt.git] / target / linux / realview / Makefile
index 5785fdd473a90384b5d4ab76703d3fa32493bfda..b720079b5d372395095ce5a4e890f6775eb0bb72 100644 (file)
@@ -9,10 +9,11 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=realview
 BOARDNAME:=ARM Ltd. Realview board (qemu)
-FEATURES:=squashfs jffs2 fpu
-CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time
+FEATURES:=fpu ramdisk
+CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=2.6.37.4
+LINUX_VERSION:=3.0.18
 
 include $(INCLUDE_DIR)/target.mk