Changeset 661
- Timestamp:
- 09/21/06 19:33:14 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/webif/files/www/cgi-bin/webif/wan.sh
r295 r661 44 44 # umts apn 45 45 FORM_wwan_service=${wwan_service:-$(nvram get wwan_service)} 46 FORM_wwan_auto=${wwan_auto:-$(nvram get wwan_auto)} 46 47 FORM_wwan_pincode="-@@-" 47 48 FORM_wwan_country=${wwan_country:-$(nvram get wwan_country)} … … 125 126 wwan) 126 127 save_setting network wwan_service $FORM_wwan_service 128 save_setting network wwan_auto $FORM_wwan_auto 127 129 if ! equal "$FORM_wwan_pincode" "-@@-"; then 128 130 save_setting wwan wwan_pincode $FORM_wwan_pincode … … 253 255 option|umts_only|@TR<<UMTS only>> 254 256 option|gprs_only|@TR<<GPRS only>> 257 field|@TR<<Start on bootup>> 258 checkbox|wwan_auto|$FORM_wwan_auto|on 259 helpitem|Start on bootup 260 helptext|if disabled you can start the connection manually by pressing the "3G/UMTS" button 255 261 end_form 256 262


