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

config timeserver ntp
	list server	0.openwrt.pool.ntp.org
	list server	1.openwrt.pool.ntp.org
	list server	2.openwrt.pool.ntp.org
	list server	3.openwrt.pool.ntp.org

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'