1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 620

Show
Ignore:
Timestamp:
10/24/09 13:25:53 (4 years ago)
Author:
jpascher
Message:

20091024-0930 - Added Option 'Force VDSL', only for conviniance no Annex A PPPoA if this is selected.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/speed-to-fritz/Config.in

    r615 r620  
    17291729            (avm, avme, tcom, 1und1, aol, freenet) 
    17301730            In case of option ORI branding will always set to T-Home later through the script. 
     1731 
     1732    config FORCE_VDSL 
     1733        bool "Force VDSL" 
     1734        depends on TYPE_9207570 
     1735        default n 
     1736        help 
     1737                Dont do any change for ADSL to the firmware. 
     1738                ADSL or Annex A PPPoA users usuly shuld not use this setting. 
    17311739 
    17321740comment "Optional settings for Speed-to-fritz -------------------------------" 
     
    22552263    config FORCE_VLAN7 
    22562264        bool "Force VLAN7 and tcom ar7.cfg" 
    2257         depends on TYPE_SPEEDPORT_W721V 
     2265        depends on ( TYPE_9207570 || TYPE_SPEEDPORT_W721V )  && FORCE_VDSL 
    22582266        default y 
    22592267        help 
    22602268                Use tcom ar7.cfg and set VLAN7 to yes, password is 0000 and Router IP is 192.168.2.1. 
     2269 
     2270 
    22612271 
    22622272    config FORCE_VINAX_DRV 
    22632273        bool "Force PPPoA compatibel vinax driver" 
    2264         depends on TYPE_9207570 
     2274        depends on TYPE_9207570 && ! FORCE_VDSL 
    22652275        default y 
    22662276        help 
     
    22692279    config FORCE_KDSLD_DRV 
    22702280        bool "Force PPPoA compatibel kdsld driver" 
    2271         depends on TYPE_9207570 
     2281        depends on TYPE_9207570 && ! FORCE_VDSL 
    22722282        default y 
    22732283        help 
     
    22762286    config WRAP_DSLD 
    22772287        bool "Wrap DSLD" 
    2278         depends on TYPE_9207570 || TYPE_SPEEDPORT_W721V 
     2288        depends on ( TYPE_9207570 || TYPE_SPEEDPORT_W721V )  && ! FORCE_VDSL 
    22792289        default n 
    22802290        help