kernel: update 3.10 to 3.10.3
[openwrt/svn-archive/archive.git] / target / linux / realview / Makefile
index 00b7a331a996de508490b568c8d0f813104c7035..4668137c23d80a669276ac06f82c099a7480ec9d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2010 OpenWrt.org
+# Copyright (C) 2010-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,10 +9,13 @@ 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.1
+LINUX_VERSION:=3.10.3
+
+DEVICE_TYPE:=developerboard
 
 include $(INCLUDE_DIR)/target.mk