7724007682b4ccd0bf74098ea16604f284b0d200
[openwrt/svn-archive/archive.git] / target / linux / kirkwood / base-files-Dockstar / etc / config / system
1 # system file for Dockstar
2 config system
3 option 'hostname' 'OpenWrt'
4 option 'timezone' 'UTC'
5
6 config timeserver
7 list server 0.openwrt.pool.ntp.org
8 list server 1.openwrt.pool.ntp.org
9 list server 2.openwrt.pool.ntp.org
10 list server 3.openwrt.pool.ntp.org
11
12 config led
13 option 'sysfs' 'dockstar:green:health'
14 option 'trigger' 'none'
15 option 'default' '1'
16
17 config led
18 option 'sysfs' 'dockstar:orange:misc'
19 option 'trigger' 'netdev'
20 option 'mode' 'tx rx'
21 option 'dev' 'eth0'