blob: 5db7bc242449acdf4ab09c8ebe759bf01b63ed77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 default 1
option name Heartbeat
option sysfs 'net5501:1'
option trigger heartbeat
|