diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-26 22:43:06 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-26 22:43:06 +0000 |
commit | 9911138b30b95d456671f76f961f878bbf38db0e (patch) | |
tree | 1a780137a97345e3bff86cb2d4409435970a5455 /target/linux/omap4/Makefile | |
parent | f9979f66574cd6bf4bffd6b90e0b34149d105728 (diff) |
build: fix typo
vfp3 should be named vfpv3
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap4/Makefile')
-rw-r--r-- | target/linux/omap4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap4/Makefile b/target/linux/omap4/Makefile index aa276072fb..4deeddab88 100644 --- a/target/linux/omap4/Makefile +++ b/target/linux/omap4/Makefile @@ -11,7 +11,7 @@ BOARD:=omap4 BOARDNAME:=TI OMAP4 FEATURES:=usb targz audio display CPU_TYPE:=cortex-a9 -CPU_SUBTYPE:=vfp3 +CPU_SUBTYPE:=vfpv3 LINUX_VERSION:=3.3.8 |