add script which initiates suspend-to-ram (target-specific)

SVN-Revision: 16368
master
Mirko Vogt 15 years ago
parent 74f8ea728a
commit 5a89b9d241
  1. 4
      target/linux/s3c24xx/base-files/etc/acpi/sleep.sh

@ -0,0 +1,4 @@
#!/bin/sh
# the following will suspend the Openmoko Freerunner to RAM
echo mem > /sys/power/state
Loading…
Cancel
Save