Skip to content
Snippets Groups Projects
Commit 1cc41c88 authored by blogic's avatar blogic
Browse files

work aroung error message during boot if swapon is nt installed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12087 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 1cc4a340
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ start() {
config_foreach do_mount mount
config_foreach do_swapon swap
mount -a
swapon -a
[ -x /sbin/swapon ] && swapon -a
}
stop() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment