diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-02 00:33:43 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-02 00:33:43 +0000 |
commit | b8bfb984bf4298c4b59d5ecb5e7a57e5e0e027bc (patch) | |
tree | e2779b11e2607bbada66e22ab227ce646688c719 | |
parent | 348c39d736dcaf2e50ab4fb3220c545430c2487f (diff) | |
download | upstream-b8bfb984bf4298c4b59d5ecb5e7a57e5e0e027bc.tar.gz upstream-b8bfb984bf4298c4b59d5ecb5e7a57e5e0e027bc.tar.bz2 upstream-b8bfb984bf4298c4b59d5ecb5e7a57e5e0e027bc.zip |
kirkwood: explicitly set CPU_TYPE to xscale
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38278 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/kirkwood/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <kaloz@openwrt.org> LINUX_VERSION:=3.3.8 |