Advertisement
Guest User

essdz

a guest
Feb 9th, 2010
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. --- a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network (revision 19568)
  2. +++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network (working copy)
  3. @@ -19,8 +19,40 @@
  4. option name rtl8366s
  5. option reset 1
  6. option enable_vlan 1
  7. + # Blinkrate: 0=43ms; 1=84ms; 2=120ms; 3=170ms; 4=340ms; 5=670ms
  8. + option blinkrate 2
  9.  
  10. config switch_vlan
  11. option device rtl8366s
  12. option vlan 0
  13. option ports "0 1 2 3 5"
  14. +
  15. +config switch_port
  16. + # Port 1 controls the GREEN configuration of LEDs for
  17. + # the switch and the section does not correspond to a real
  18. + # switch port.
  19. + #
  20. + # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3-1000MB/s
  21. + # 4=100 MB/s; 5=10 MB/s; 6=1000 MB/s+activity; 7=100 MB/s+activity
  22. + # 8=10 MB/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
  23. + # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
  24. + # 14: Link (master); 15: separate register
  25. +
  26. + option device rtl8366s
  27. + option port 1
  28. + option led 2
  29. +
  30. +config switch_port
  31. + # Port 2 controls the ORANGE configuration of LEDs for
  32. + # the switch and the section does not correspond to a real
  33. + # switch port.
  34. + #
  35. + # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3-1000MB/s
  36. + # 4=100 MB/s; 5=10 MB/s; 6=1000 MB/s+activity; 7=100 MB/s+activity
  37. + # 8=10 MB/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
  38. + # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
  39. + # 14: Link (master); 15: separate register
  40. +
  41. + option device rtl8366s
  42. + option port 2
  43. + option led 6
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement