Advertisement
citereh

openwrt-sx763-system-iskon-carnet-trio

Jan 14th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1.  
  2. config system
  3. option hostname 'OpenWrt'
  4. option zonename 'Europe/Zagreb'
  5. option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'
  6. option conloglevel '8'
  7. option cronloglevel '8'
  8.  
  9. config timeserver 'ntp'
  10. list server '0.openwrt.pool.ntp.org'
  11. list server '1.openwrt.pool.ntp.org'
  12. list server '2.openwrt.pool.ntp.org'
  13. list server '3.openwrt.pool.ntp.org'
  14.  
  15. config led 'led_wifi'
  16. option name 'wifi'
  17. option sysfs 'soc:green:wifi'
  18. option default '0'
  19. option trigger 'none'
  20.  
  21. config led 'led_online'
  22. option name 'online'
  23. option sysfs 'soc:green:online'
  24. option trigger 'netdev'
  25. option dev 'pppoe-wan'
  26. option mode 'link tx rx'
  27. option default '0'
  28.  
  29. config led 'led_usb'
  30. option name 'USB'
  31. option sysfs 'soc:green:usb'
  32. option trigger 'usbdev'
  33. option dev '1-1'
  34. option interval '50'
  35. option default '0'
  36.  
  37. config led
  38. option default '0'
  39. option sysfs 'soc:green:voip'
  40. option trigger 'default-on'
  41. option name 'voip'
  42.  
  43. config led
  44. option default '0'
  45. option name 'phone1'
  46. option sysfs 'soc:green:phone1'
  47. option trigger 'netdev'
  48. option dev 'nas0'
  49. option mode 'tx'
  50.  
  51. config led
  52. option default '0'
  53. option name 'phone2'
  54. option sysfs 'soc:green:phone2'
  55. option trigger 'netdev'
  56. option dev 'nas0'
  57. option mode 'tx'
  58.  
  59. config led
  60. option default '0'
  61. option name 'line'
  62. option sysfs 'soc:green:line'
  63. option trigger 'default-on'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement