rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / adm5120 / base-files / etc / config / system
1 config system
2         option hostname OpenWrt
3         option timezone UTC
4
5 config timeserver ntp
6         list server     0.openwrt.pool.ntp.org
7         list server     1.openwrt.pool.ntp.org
8         list server     2.openwrt.pool.ntp.org
9         list server     3.openwrt.pool.ntp.org
10
11 config led
12         option sysfs            lan1
13         option trigger          port_state
14         option port_state       link_act
15
16 config led
17         option sysfs            lan2
18         option trigger          port_state
19         option port_state       link_act
20
21 config led
22         option sysfs            lan3
23         option trigger          port_state
24         option port_state       link_act
25
26 config led
27         option sysfs            lan4
28         option trigger          port_state
29         option port_state       link_act
30
31 config led
32         option sysfs            wan
33         option trigger          port_state
34         option port_state       link_act
35
36 config led
37         option sysfs            wlan
38         option trigger          netdev
39         option dev              wlan0
40