[kirkwood] Add different profiles for Sheevaplug and Dockstar
[openwrt.git] / target / linux / kirkwood / base-files-Dockstar / etc / config / system
1 # system file for Dockstar
2 config system
3 option hostname OpenWrt
4 option timezone UTC
5
6 config rdate
7 option interface eth0
8 config led
9 option 'sysfs' 'dockstar:green:health'
10 option 'trigger' 'none'
11 option 'default' '1'
12 config led
13 option 'sysfs' 'dockstar:orange:misc'
14 option 'trigger' 'netdev'
15 option 'mode' 'tx rx'
16 option 'dev' 'eth0'
This page took 0.045227 seconds and 5 git commands to generate.