Changeset 9116


Ignore:
Timestamp:
02/25/08 20:36:32 (5 years ago)
Author:
BrainSlayer
Message:

vdsl support tested and working (except for gigabit routers :-( (but will come too soon))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/networking/interface.c

    r9115 r9116  
    136136 
    137137// configure ports 
    138 if (nvram_invmatch("wan_vdsl","1")) 
    139 { 
    140138  system2 ("echo 1 > /proc/switch/eth0/reset"); 
    141139  system2 ("echo 1 > /proc/switch/eth1/reset"); 
     
    153151      system2 (tmp); 
    154152    } 
    155 } 
    156153 
    157154  /* set vlan i/f name to style "vlan<ID>" */ 
Note: See TracChangeset for help on using the changeset viewer.