firmware/bsp/wr740n/root_file_system/etc/config/system.tpl
Tim Niemeyer 25d1a19624 Rework network config
- remove obsolete crontabs
- move mac handling to network.sh
- update wr741xx, wr740 and wr1043 to new network config

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2014-08-16 13:10:59 +02:00

20 lines
390 B
Smarty

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'