git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc98a18
)
SlugOS: leds - attempt to modload ledtrig-timer rather than assuming
author
Mike Westerhof
<mwester@dls.net>
Mon, 6 Apr 2009 02:08:58 +0000
(21:08 -0500)
committer
Mike Westerhof
<mwester@dls.net>
Mon, 6 Apr 2009 02:08:58 +0000
(21:08 -0500)
it is built into the kernel.
(From Martin Michlmayr)
recipes/slugos-init/files/leds
patch
|
blob
|
history
diff --git
a/recipes/slugos-init/files/leds
b/recipes/slugos-init/files/leds
index
b40d5d8
..
68f0c23
100644
(file)
--- 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