X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2FMakefile;h=1c36ad79b4e2dda3b64d83ea7e98e7a4606d8a5b;hp=4ff5fe20a17ada4f3d706003a268992f737f0129;hb=92c5aeae67c1d9a4876ff73f260fadcf4ba3aee5;hpb=94be8759ec8d2cc9f348a6a31fbd84514a7f355b diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 4ff5fe20a1..1c36ad79b4 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 OpenWrt.org +# Copyright (C) 2012-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mvebu -BOARDNAME:=Marvell Armada XP/370 boards +BOARDNAME:=Marvell Armada XP/370 FEATURES:=targz usb jffs2 pci pcie gpio CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Florian Fainelli -LINUX_VERSION:=3.8-rc2 +LINUX_VERSION:=3.8 include $(INCLUDE_DIR)/target.mk