c952b97330418c2703cd2125bdc608cf772f48c9
[openwrt/svn-archive/archive.git] / target / linux / x86 / alix2 / base-files / etc / config / system
1 config system
2 option hostname OpenWrt
3 option timezone UTC
4
5 config timeserver
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 default 1
13 option name LAN
14 option sysfs 'alix:1'
15 option trigger netdev
16 option mode 'tx rx'
17 option dev 'br-lan'
18
19 config led
20 option default 1
21 option name WiFi
22 option sysfs 'alix:2'
23 option trigger 'phy0tpt'
24
25 config led
26 option default 0
27 option name Heartbeat
28 option sysfs 'alix:3'
29 option trigger 'heartbeat'