work aroung error message during boot if swapon is nt installed
[openwrt/staging/wigyori.git] / package / base-files / files / etc / init.d / fstab
index cca8761996340902a7def7e606b73803cd8b909e..b7cc209d1316d21a7816a26cd00863609ebc2fe0 100755 (executable)
@@ -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() {