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