Facebook
From EvertonSSJ4, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 326
  1. config timeserver 'ntp'
  2.         option enabled '1'
  3.         option enable_server '1'
  4.         list server '0.pool.ntp.org'
  5.         list server '1.pool.ntp.org'
  6.         list server '2.pool.ntp.org'
  7.         list server '3.pool.ntp.org'
  8.  
  9. config led 'led_usb1'
  10.         option name 'USB1'
  11.         option sysfs 'tp-link:green:usb1'
  12.         option trigger 'usbdev'
  13.         option interval '50'
  14.         option dev '1-1'
  15.  
  16. config led 'led_usb2'
  17.         option name 'USB2'
  18.         option sysfs 'tp-link:green:usb2'
  19.         option trigger 'usbdev'
  20.         option interval '50'
  21.         option dev '2-1'
  22.  
  23. config led 'led_wlan1g'
  24.         option name 'WLAN1G'
  25.         option sysfs 'tp-link:blue:wlan1g'
  26.         option trigger 'phy1tpt'
  27.  
  28.  
  29. config led 'led_wlan2g'
  30.         option name 'WLAN2G'
  31.         option sysfs 'tp-link:green:wlan2g'
  32.         option trigger 'phy1tpt'
  33.  
  34. config led 'led_wlan5g'
  35.         option name 'WLAN5G'
  36.         option sysfs 'tp-link:green:wlan5g'
  37.         option trigger 'phy0tpt'
  38.  
  39. config button 'reboot_button'
  40.         option button 'rfkill'
  41.         option action 'released'
  42.         option handler 'logger reboot ; /usr/lib/gargoyle/reboot.sh ;'
  43.         option min '3'
  44.         option max '90'
  45.  
  46. config button 'reset_button'
  47.         option button 'reset'
  48.         option action 'released'
  49.         option handler 'logger restore defaults ; /sbin/firstboot -y; reboot ;'
  50.         option min '3'
  51.         option max '90'
  52.  
  53. config system 'system'
  54.         option ttylogin '0'
  55.         option log_size '64'
  56.         option urandom_seed '0'
  57.         option cronloglevel '9'
  58.         option timezone 'BRT3BRST,M11.1.0/0,M2.3.0/0'
  59.         option hostname 'Archer C7' [/spoiler]