[openwrt/openwrt] octeontx: add fpu support

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 22 04:12:47 PST 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/ef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7

commit ef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Tue Feb 20 10:23:16 2018 -0800

    octeontx: add fpu support
    
    Cc: Hauke Mehrtens <hauke at hauke-m.de>
    Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
 target/linux/octeontx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile
index ecac152..e7f6b2d 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 at gateworks.com>
 



More information about the lede-commits mailing list