X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Frealview%2FMakefile;h=4d6fa07acf6228e48f157a670b399bd5ff807fb9;hb=73c4d73d6d3ba54ac0089f2619a6305277f4889d;hp=add1a11696848639babaa523b6abc1880bee69fa;hpb=4226f1d373a75f19beb8deb7b4ef912e5e8ef134;p=oweals%2Fopenwrt.git diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index add1a11696..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.3 +LINUX_VERSION:=3.10.3 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk