diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-26 22:43:06 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-26 22:43:06 +0000 |
commit | 4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386 (patch) | |
tree | 6797ef06d1f18fd41b9cef7e43c5cfde6abf1aac /target/linux/mvebu | |
parent | 68ebb4d0a253fcec5cdf9d3a4a8c025eadaf206f (diff) | |
download | upstream-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.tar.gz upstream-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.tar.bz2 upstream-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.zip |
build: fix typo
vfp3 should be named vfpv3
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38222
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index c7917471ba..37730d13c6 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -11,7 +11,7 @@ BOARD:=mvebu BOARDNAME:=Marvell Armada XP/370 FEATURES:=targz usb pci pcie gpio CPU_TYPE:=cortex-a9 -CPU_SUBTYPE:=vfp3 +CPU_SUBTYPE:=vfpv3 LINUX_VERSION:=3.8.13 |