Changeset 661

Show
Ignore:
Timestamp:
09/21/06 19:33:14 (2 years ago)
Author:
markus
Message:

added wwan_auto checkbox for UMTS button usage

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/webif/files/www/cgi-bin/webif/wan.sh

    r295 r661  
    4444        # umts apn 
    4545        FORM_wwan_service=${wwan_service:-$(nvram get wwan_service)} 
     46        FORM_wwan_auto=${wwan_auto:-$(nvram get wwan_auto)} 
    4647        FORM_wwan_pincode="-@@-" 
    4748        FORM_wwan_country=${wwan_country:-$(nvram get wwan_country)} 
     
    125126                        wwan) 
    126127                                save_setting network wwan_service $FORM_wwan_service 
     128                                save_setting network wwan_auto $FORM_wwan_auto 
    127129                                if ! equal "$FORM_wwan_pincode" "-@@-"; then 
    128130                                        save_setting wwan wwan_pincode $FORM_wwan_pincode 
     
    253255option|umts_only|@TR<<UMTS only>> 
    254256option|gprs_only|@TR<<GPRS only>> 
     257field|@TR<<Start on bootup>> 
     258checkbox|wwan_auto|$FORM_wwan_auto|on 
     259helpitem|Start on  bootup 
     260helptext|if disabled you can start the connection manually by pressing the "3G/UMTS" button 
    255261end_form 
    256262