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 | 914ca3cb559bf4e2257607b712bc20c5510172de (patch) | |
tree | 11fb63af21afa154717218e82892fe3abccaf70d /target/linux/kirkwood/Makefile | |
parent | 302d27f2685957b8d5065b9e1f6f4da26f0e2f2e (diff) | |
download | upstream-914ca3cb559bf4e2257607b712bc20c5510172de.tar.gz upstream-914ca3cb559bf4e2257607b712bc20c5510172de.tar.bz2 upstream-914ca3cb559bf4e2257607b712bc20c5510172de.zip |
kirkwood: explicitly set CPU_TYPE to xscale
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38278
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-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 |