diff options
Diffstat (limited to 'data/configi/system')
| -rw-r--r-- | data/configi/system | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/data/configi/system b/data/configi/system new file mode 100644 index 0000000..b50b517 --- /dev/null +++ b/data/configi/system | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | |||
| 2 | config system | ||
| 3 | option hostname 'iperf_sonda' | ||
| 4 | option 'zonename' 'Europe/Warsaw' | ||
| 5 | option 'timezone' 'CET-1CEST,M3.5.0,M10.5.0/3' | ||
| 6 | |||
| 7 | config timeserver 'ntp' | ||
| 8 | list 'server' '10.200.200.26' | ||
| 9 | |||
| 10 | config led 'led_wan' | ||
| 11 | option name 'WAN' | ||
| 12 | option sysfs 'tp-link:green:wan' | ||
| 13 | option trigger 'netdev' | ||
| 14 | option dev 'eth1' | ||
| 15 | option mode 'link tx rx' | ||
| 16 | |||
| 17 | config led 'led_lan1' | ||
| 18 | option name 'LAN1' | ||
| 19 | option sysfs 'tp-link:green:lan1' | ||
| 20 | option trigger 'switch0' | ||
| 21 | option port_mask '0x04' | ||
| 22 | |||
| 23 | config led 'led_lan2' | ||
| 24 | option name 'LAN2' | ||
| 25 | option sysfs 'tp-link:green:lan2' | ||
| 26 | option trigger 'switch0' | ||
| 27 | option port_mask '0x08' | ||
| 28 | |||
| 29 | config led 'led_lan3' | ||
| 30 | option name 'LAN3' | ||
| 31 | option sysfs 'tp-link:green:lan3' | ||
| 32 | option trigger 'switch0' | ||
| 33 | option port_mask '0x10' | ||
| 34 | |||
| 35 | config led 'led_lan4' | ||
| 36 | option name 'LAN4' | ||
| 37 | option sysfs 'tp-link:green:lan4' | ||
| 38 | option trigger 'switch0' | ||
| 39 | option port_mask '0x02' | ||
| 40 | |||
| 41 | config led 'led_wlan' | ||
| 42 | option name 'WLAN' | ||
| 43 | option sysfs 'tp-link:green:wlan' | ||
| 44 | option trigger 'phy0tpt' | ||
