mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-10 08:39:34 +00:00
1ecedb1ec6
SVN-Revision: 23592
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/sh
|
|
|
|
# the following will suspend the Openmoko Freerunner to RAM
|
|
echo mem > /sys/power/state
|