projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
linux/ixp4xx: add preliminary 2.6.37 kernel support
[openwrt.git]
/
target
/
linux
/
kirkwood
/
base-files-Dockstar
/
etc
/
config
/
system
diff --git
a/target/linux/kirkwood/base-files-Dockstar/etc/config/system
b/target/linux/kirkwood/base-files-Dockstar/etc/config/system
index
4de2b9f
..
d3386ce
100644
(file)
--- a/
target/linux/kirkwood/base-files-Dockstar/etc/config/system
+++ b/
target/linux/kirkwood/base-files-Dockstar/etc/config/system
@@
-1,14
+1,16
@@
# system file for Dockstar
config system
# system file for Dockstar
config system
- option
hostname OpenWrt
- option
timezone UTC
+ option
'hostname' 'OpenWrt'
+ option
'timezone' 'UTC'
config rdate
config rdate
- option interface eth0
+ option 'interface' 'lan'
+
config led
option 'sysfs' 'dockstar:green:health'
option 'trigger' 'none'
option 'default' '1'
config led
option 'sysfs' 'dockstar:green:health'
option 'trigger' 'none'
option 'default' '1'
+
config led
option 'sysfs' 'dockstar:orange:misc'
option 'trigger' 'netdev'
config led
option 'sysfs' 'dockstar:orange:misc'
option 'trigger' 'netdev'
This page took
0.023875 seconds
and
4
git commands to generate.