From cd68869e72d137823298bc6b10eb76948b237f6d Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 6 Dec 2011 13:13:01 +0100 Subject: [PATCH] Actually use $TIMEOUT for fw timeout --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index 61f4266..2c75fdd 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -193,7 +193,7 @@ config_fwtimeout(){ fi if [ -f /sys/class/firmware/timeout ] ; then einfo "Setting timeout for firmware loading to ${TIMEOUT}." - echo 100 > /sys/class/firmware/timeout ; eend $? + echo $TIMEOUT > /sys/class/firmware/timeout ; eend $? fi } # }}} -- 2.1.4