From: Mirko Vogt Date: Sun, 7 Jun 2009 13:31:29 +0000 (+0000) Subject: add script which initiates suspend-to-ram (target-specific) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5a89b9d24199153441ee4245d6817605e49477e0;p=openwrt%2Fstaging%2Frobimarko.git add script which initiates suspend-to-ram (target-specific) SVN-Revision: 16368 --- diff --git a/target/linux/s3c24xx/base-files/etc/acpi/sleep.sh b/target/linux/s3c24xx/base-files/etc/acpi/sleep.sh new file mode 100755 index 0000000000..3e67423f42 --- /dev/null +++ b/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