[PATCH] net5501: correct net5501 h/w configuration
[openwrt.git] / target / linux / x86 / net5501 / base-files / etc / config / system
1 config system
2 option hostname OpenWrt
3 option timezone UTC
4
5 config timeserver ntp
6 list server 0.openwrt.pool.ntp.org
7 list server 1.openwrt.pool.ntp.org
8 list server 2.openwrt.pool.ntp.org
9 list server 3.openwrt.pool.ntp.org
10
11 config led
12 option default 1
13 option name Heartbeat
14 option sysfs 'net5501:1'
15 option trigger heartbeat
16
This page took 0.04029 seconds and 5 git commands to generate.