projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORM
[openwrt.git]
/
target
/
linux
/
x86
/
geos
/
base-files
/
etc
/
config
/
system
1
2
config system
3
option hostname OpenWrt
4
option timezone UTC
5
6
config timeserver ntp
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 default 0
14
option name LAN
15
option sysfs 'geos:1'
16
option trigger netdev
17
option mode 'tx rx'
18
option dev 'br-lan'
19
20
config led
21
option default 0
22
option name WiFi
23
option sysfs 'geos:2'
24
option trigger 'phy0tpt'
25
26
config led
27
option default 0
28
option name Health
29
option sysfs 'geos:3'
30
option trigger 'heartbeat'
This page took
0.042943 seconds
and
5
git commands to generate.