From d89275f2aaa8ae95a2bcb8e8f8b022708d2d6951 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 13 Mar 2020 00:32:32 +0100 Subject: executor, sys/linux: add ath9k usb descriptions Among other things this changes timeout for USB programs from 2 to 3 seconds. ath9k fuzzing also requires ath9k firmware to be present, so system images need to be regenerated with the updated script. --- sys/targets/targets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/targets') diff --git a/sys/targets/targets.go b/sys/targets/targets.go index c4deb3fc6..47dfb965c 100644 --- a/sys/targets/targets.go +++ b/sys/targets/targets.go @@ -413,7 +413,7 @@ var ( "-Werror", "-Wparentheses", "-Wunused-const-variable", - "-Wframe-larger-than=8192", + "-Wframe-larger-than=16384", } optionalCFlags = map[string]bool{ "-static": true, // some distributions don't have static libraries -- cgit mrf-deployment