Changeset 620
- Timestamp:
- 10/24/09 13:25:53 (4 years ago)
- Files:
-
- 1 modified
-
trunk/speed-to-fritz/Config.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/speed-to-fritz/Config.in
r615 r620 1729 1729 (avm, avme, tcom, 1und1, aol, freenet) 1730 1730 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. 1731 1739 1732 1740 comment "Optional settings for Speed-to-fritz -------------------------------" … … 2255 2263 config FORCE_VLAN7 2256 2264 bool "Force VLAN7 and tcom ar7.cfg" 2257 depends on TYPE_SPEEDPORT_W721V2265 depends on ( TYPE_9207570 || TYPE_SPEEDPORT_W721V ) && FORCE_VDSL 2258 2266 default y 2259 2267 help 2260 2268 Use tcom ar7.cfg and set VLAN7 to yes, password is 0000 and Router IP is 192.168.2.1. 2269 2270 2261 2271 2262 2272 config FORCE_VINAX_DRV 2263 2273 bool "Force PPPoA compatibel vinax driver" 2264 depends on TYPE_9207570 2274 depends on TYPE_9207570 && ! FORCE_VDSL 2265 2275 default y 2266 2276 help … … 2269 2279 config FORCE_KDSLD_DRV 2270 2280 bool "Force PPPoA compatibel kdsld driver" 2271 depends on TYPE_9207570 2281 depends on TYPE_9207570 && ! FORCE_VDSL 2272 2282 default y 2273 2283 help … … 2276 2286 config WRAP_DSLD 2277 2287 bool "Wrap DSLD" 2278 depends on TYPE_9207570 || TYPE_SPEEDPORT_W721V2288 depends on ( TYPE_9207570 || TYPE_SPEEDPORT_W721V ) && ! FORCE_VDSL 2279 2289 default n 2280 2290 help