summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/base-files-Dockstar/etc/config/system
blob: d3386cec25bb5966adaca06277b21b2860014679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# system file for Dockstar
config system
        option 'hostname' 'OpenWrt'
        option 'timezone' 'UTC'

config rdate
        option 'interface' 'lan'

config led
        option 'sysfs' 'dockstar:green:health'
        option 'trigger' 'none'
        option 'default' '1'

config led
        option 'sysfs' 'dockstar:orange:misc'
        option 'trigger' 'netdev'
        option 'mode' 'tx rx'
        option 'dev' 'eth0'