From b8bfb984bf4298c4b59d5ecb5e7a57e5e0e027bc Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 2 Oct 2013 00:33:43 +0000 Subject: kirkwood: explicitly set CPU_TYPE to xscale Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38278 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/kirkwood/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/kirkwood') diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index f0dda5ae93..4739760dec 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2012 OpenWrt.org +# Copyright (C) 2009-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,6 +10,7 @@ ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood FEATURES:=targz usb jffs2_nand +CPU_TYPE:=xscale MAINTAINER:=Imre Kaloz LINUX_VERSION:=3.3.8 -- cgit v1.2.3