From patchwork Thu Mar 24 20:50:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: =?utf-8?q?=5B3/3=5D_Werte_f=C3=BCr_Default_config?= From: =?utf-8?q?Christoph_s=C3=BCpke?= X-Patchwork-Id: 33 Message-Id: <1458852618-12948-1-git-send-email-suepke.christoph@gmail.com> To: franken-dev@freifunk.net Cc: Christoph Date: Thu, 24 Mar 2016 21:50:18 +0100 Signed-off-by: Christoph --- bsp/default/root_file_system/etc/config/system.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsp/default/root_file_system/etc/config/system.tpl b/bsp/default/root_file_system/etc/config/system.tpl index 47e1a74..24cf700 100644 --- a/bsp/default/root_file_system/etc/config/system.tpl +++ b/bsp/default/root_file_system/etc/config/system.tpl @@ -1,6 +1,7 @@ config 'system' option 'hostname' 'OpenWrt' option 'timezone' 'CET-1CEST,M3.5.0,M10.5.0/3' + option 'default' '1' config 'led' 'status_led_green' option 'name' 'status' @@ -26,4 +27,4 @@ config 'led' 'led_vpn_blue' option 'dev' '${VPN_PROJECT}VPN' option 'mode' 'link' -# vim: noexpandtab \ No newline at end of file +# vim: noexpandtab