diff mbox

[OpenWrt-Devel] ipq806x: enable hard float

Message ID BLU437-SMTP13815DEB9A79B574C6D537DB950@phx.gbl
State Changes Requested
Delegated to: John Crispin
Headers show

Commit Message

Adrian Panella April 12, 2016, 3:05 a.m. UTC
Sorry, resubmitting again fixing format problem.

commit e40d7bf480243f855ad38e7752b96ba1e744ea1c
Author: Adrian Panella <ianchi74@outlook.com>
Date:   Tue Apr 5 21:45:14 2016 -0500

     IPQ806X: enable hard float

     Signed-off-by: Adrian Panella <ianchi74@outlook.com>
diff mbox

Patch

diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index 97a40cf..689ba64 100644
--- a/target/linux/ipq806x/Makefile
+++ b/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 <blogic@openwrt.org>