From: Mike Westerhof Date: Mon, 6 Apr 2009 02:08:58 +0000 (-0500) Subject: SlugOS: leds - attempt to modload ledtrig-timer rather than assuming X-Git-Tag: Release-2010-05/1~3789^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1292d50926c3a412c7c4e8720170f493a0f5ab8e;p=openembedded.git SlugOS: leds - attempt to modload ledtrig-timer rather than assuming it is built into the kernel. (From Martin Michlmayr) --- diff --git a/recipes/slugos-init/files/leds b/recipes/slugos-init/files/leds index b40d5d874e..68f0c23a98 100644 --- a/recipes/slugos-init/files/leds +++ b/recipes/slugos-init/files/leds @@ -31,6 +31,8 @@ led_set(){ esac >"$1/brightness";; slow|fast|panic|blink|flash) + modprobe ledtrig-timer > /dev/null 2>&1 || true + echo -n timer case "$setting" in