mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:44:04 +02:00
[kirkwood] fix Dockstart default rdate interface in system config, reformat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22975 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8ffdced268
commit
4f5179175e
@ -1,14 +1,16 @@
|
|||||||
# system file for Dockstar
|
# system file for Dockstar
|
||||||
config system
|
config system
|
||||||
option hostname OpenWrt
|
option 'hostname' 'OpenWrt'
|
||||||
option timezone UTC
|
option 'timezone' 'UTC'
|
||||||
|
|
||||||
config rdate
|
config rdate
|
||||||
option interface eth0
|
option 'interface' 'lan'
|
||||||
|
|
||||||
config led
|
config led
|
||||||
option 'sysfs' 'dockstar:green:health'
|
option 'sysfs' 'dockstar:green:health'
|
||||||
option 'trigger' 'none'
|
option 'trigger' 'none'
|
||||||
option 'default' '1'
|
option 'default' '1'
|
||||||
|
|
||||||
config led
|
config led
|
||||||
option 'sysfs' 'dockstar:orange:misc'
|
option 'sysfs' 'dockstar:orange:misc'
|
||||||
option 'trigger' 'netdev'
|
option 'trigger' 'netdev'
|
||||||
|
Loading…
Reference in New Issue
Block a user