bsp/*/config: harmonize system.tpl

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2014-08-17 14:10:06 +02:00
parent 9fb41d9190
commit b307d226be
8 changed files with 29 additions and 91 deletions

View File

@ -1,3 +0,0 @@
config system
option hostname OpenWrt
option timezone "CET-1CEST,M3.5.0,M10.5.0/3"

View File

@ -0,0 +1,29 @@
config 'system'
option 'hostname' 'OpenWrt'
option 'timezone' 'CET-1CEST,M3.5.0,M10.5.0/3'
config 'led' 'status_led_green'
option 'name' 'status'
option 'sysfs' 'tp-link:green:system'
option 'trigger' 'heartbeat'
config 'led' 'status_led_blue'
option 'name' 'status'
option 'sysfs' 'tp-link:blue:system'
option 'trigger' 'heartbeat'
config 'led' 'led_vpn_green'
option 'name' 'VPN'
option 'sysfs' 'tp-link:green:qss'
option 'trigger' 'netdev'
option 'dev' '${VPN_PROJECT}VPN'
option 'mode' 'link'
config 'led' 'led_vpn_blue'
option 'name' 'VPN'
option 'sysfs' 'tp-link:blue:qss'
option 'trigger' 'netdev'
option 'dev' '${VPN_PROJECT}VPN'
option 'mode' 'link'
# vim: noexpandtab

View File

@ -1,13 +0,0 @@
config 'system'
option 'hostname' 'OpenWrt'
option 'timezone' 'CET-1CEST,M3.5.0,M10.5.0/3'
config 'rdate'
option 'interface' 'wan'
config 'led' 'status_led'
option 'name' 'status'
option 'sysfs' 'tp-link:blue:system'
option 'trigger' 'heartbeat'
# vim: noexpandtab

View File

@ -1,13 +0,0 @@
config 'system'
option 'hostname' 'OpenWrt'
option 'timezone' 'CET-1CEST,M3.5.0,M10.5.0/3'
config 'rdate'
option 'interface' 'wan'
config 'led' 'status_led'
option 'name' 'status'
option 'sysfs' 'tp-link:blue:system'
option 'trigger' 'heartbeat'
# vim: noexpandtab

View File

@ -1,11 +0,0 @@
config 'system'
option 'hostname' 'OpenWrt'
option 'timezone' 'CET-1CEST,M3.5.0,M10.5.0/3'
config 'rdate'
option 'interface' 'wan'
config 'led' 'status_led'
option 'name' 'status'
option 'sysfs' 'tp-link:green:system'
option 'trigger' 'heartbeat'

View File

@ -1,19 +0,0 @@
config system
option hostname 'OpenWrt'
option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'
config rdate
option interface 'wan'
config led 'status_led'
option name 'status'
option sysfs 'tp-link:green:system'
option trigger 'heartbeat'
config led 'led_vpn'
option name 'VPN'
option sysfs 'tp-link:green:qss'
option trigger 'netdev'
option dev '${VPN_PROJECT}VPN'
option mode 'link'

View File

@ -1,19 +0,0 @@
config system
option hostname 'OpenWrt'
option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'
config rdate
option interface 'wan'
config led 'status_led'
option name 'status'
option sysfs 'tp-link:green:system'
option trigger 'heartbeat'
config led 'led_vpn'
option name 'VPN'
option sysfs 'tp-link:green:qss'
option trigger 'netdev'
option dev '${VPN_PROJECT}VPN'
option mode 'link'

View File

@ -1,13 +0,0 @@
config system
option hostname 'OpenWrt'
option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'
config rdate
option interface 'wan'
config led 'status_led'
option name 'status'
option sysfs 'tp-link:green:system'
option trigger 'heartbeat'