summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Harvey2018-02-20 18:23:16 +0000
committerFelix Fietkau2018-02-22 12:12:06 +0000
commitef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7 (patch)
tree7ebd160681f0fa181bd0436386139d1200f271bf
parent10280d9e229ba3ebb4b78d2beef27243d9bfc89c (diff)
downloadopenwrt-ef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7.tar.gz
octeontx: add fpu support
Cc: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r--target/linux/octeontx/Makefile2
1 files changed, 1 insertions, 1 deletions
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>