Assembla home | Assembla project page
 

Changeset 35

Show
Ignore:
Timestamp:
09/02/07 00:22:57 (1 year ago)
Author:
evdowizard
Message:

rewrote wwan init script, may fix issues with manual connection mode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/imagebuilder/files/etc/init.d/S90wwan

    r28 r35  
    44} 
    55 
    6 DIAL="$(nvram get wwan_redial)" 
    7 case "$DIAL" in 
    8         manual) exit ;; 
    9         *) ifup wwan &;; 
     6if [ "$(nvram get wwan_redial)" != "manual" ]; then 
     7        ifup wwan & 
    108esac