work aroung error message during boot if swapon is nt installed

SVN-Revision: 12087
lede-17.01
John Crispin 2008-08-04 08:50:16 +00:00
parent 863afccae8
commit b73eedd62b
1 changed files with 1 additions and 1 deletions

View File

@ -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() {