mirror of https://github.com/hak5/openwrt.git
38 lines
611 B
Plaintext
38 lines
611 B
Plaintext
|
config system
|
||
|
option hostname OpenWrt
|
||
|
option timezone UTC
|
||
|
|
||
|
config rdate
|
||
|
option interface wan
|
||
|
|
||
|
config led
|
||
|
option sysfs lan1
|
||
|
option trigger port_state
|
||
|
option port_state link_act
|
||
|
|
||
|
config led
|
||
|
option sysfs lan2
|
||
|
option trigger port_state
|
||
|
option port_state link_act
|
||
|
|
||
|
config led
|
||
|
option sysfs lan3
|
||
|
option trigger port_state
|
||
|
option port_state link_act
|
||
|
|
||
|
config led
|
||
|
option sysfs lan4
|
||
|
option trigger port_state
|
||
|
option port_state link_act
|
||
|
|
||
|
config led
|
||
|
option sysfs wan
|
||
|
option trigger port_state
|
||
|
option port_state link_act
|
||
|
|
||
|
config led
|
||
|
option sysfs wlan
|
||
|
option trigger netdev
|
||
|
option dev wlan0
|
||
|
|