From: Tim Harvey <tharvey@gateworks.com>
Date: Tue, 20 Feb 2018 18:23:16 +0000 (-0800)
Subject: octeontx: add fpu support
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7;p=openwrt%2Fstaging%2Fnbd.git

octeontx: add fpu support

Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---

diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile
index ecac1527b7..e7f6b2d3c4 100644
--- a/target/linux/octeontx/Makefile
+++ b/target/linux/octeontx/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=aarch64
 BOARD:=octeontx
 BOARDNAME:=Octeon-TX
-FEATURES:=targz pcie gpio rtc usb
+FEATURES:=targz pcie gpio rtc usb fpu
 
 MAINTAINER:=Tim Harvey <tharvey@gateworks.com>