ipq806x: enable fpu

Enable hardfloat to use all the cpu power

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
lede-17.01
Adrián Panella 2016-05-07 16:22:37 -05:00 committed by John Crispin
parent e288e1bd32
commit e1041e1bc0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm ARCH:=arm
BOARD:=ipq806x BOARD:=ipq806x
BOARDNAME:=Qualcomm Atheros IPQ806X BOARDNAME:=Qualcomm Atheros IPQ806X
FEATURES:=squashfs nand ubifs FEATURES:=squashfs nand ubifs fpu
CPU_TYPE:=cortex-a9 CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=neon-vfpv4 CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <blogic@openwrt.org> MAINTAINER:=John Crispin <blogic@openwrt.org>