mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
work aroung error message during boot if swapon is nt installed
SVN-Revision: 12087
This commit is contained in:
parent
863afccae8
commit
b73eedd62b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user