kernel: update 3.10 to 3.10.32
[openwrt/svn-archive/archive.git] / target / linux / realview / Makefile
index ab7d8d09c704ddb3076691ad8fb00be420866520..5fba2187f6a83a0b26ab31642534c4d80d76f92e 100644 (file)
@@ -10,10 +10,13 @@ ARCH:=arm
 BOARD:=realview
 BOARDNAME:=ARM Ltd. Realview board (qemu)
 FEATURES:=fpu ramdisk
-CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
+CPU_TYPE:=mpcore
+CPU_SUBTYPE:=vfp
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.3.6
+LINUX_VERSION:=3.10.32
+
+DEVICE_TYPE:=developerboard
 
 include $(INCLUDE_DIR)/target.mk