add script which initiates suspend-to-ram (target-specific)
SVN-Revision: 16368
This commit is contained in:
parent
74f8ea728a
commit
5a89b9d241
1 changed files with 4 additions and 0 deletions
4
target/linux/s3c24xx/base-files/etc/acpi/sleep.sh
Executable file
4
target/linux/s3c24xx/base-files/etc/acpi/sleep.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# the following will suspend the Openmoko Freerunner to RAM
|
||||
echo mem > /sys/power/state
|
Loading…
Reference in a new issue