X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Frealview%2FMakefile;h=4d6fa07acf6228e48f157a670b399bd5ff807fb9;hb=73c4d73d6d3ba54ac0089f2619a6305277f4889d;hp=4dabb4905a47a8b17ce52e54554de0c3fc215aec;hpb=12cfebe6f4497eb55d99620991908078bbe38a9b;p=openwrt%2Fstaging%2Fyousong.git diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 4dabb4905a..4d6fa07acf 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -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 +MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.37 +LINUX_VERSION:=3.10.3 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk