mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
5a89b9d241
SVN-Revision: 16368
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# the following will suspend the Openmoko Freerunner to RAM
|
|
echo mem > /sys/power/state
|