Browse Source

ipq806x: enable fpu

Enable hardfloat to use all the cpu power

Signed-off-by: Adrian Panella <[email protected]>
Adrián Panella 9 years ago
parent
commit
e1041e1bc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ipq806x/Makefile

+ 1 - 1
target/linux/ipq806x/Makefile

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