From 3c0346835ebdcd21e128f17b79de10015665d989 Mon Sep 17 00:00:00 2001 From: zribiahmed Date: Mon, 10 Jun 2013 10:21:37 +0000 Subject: [PATCH] --- src/config/cwmp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/config/cwmp b/src/config/cwmp index 544e9f8..5594bc2 100644 --- a/src/config/cwmp +++ b/src/config/cwmp @@ -11,6 +11,7 @@ config 'cwmp' 'acs' config 'cwmp' 'cpe' option 'interface' 'br-lan' option 'default_wan_interface' 'wan' + option 'manufacturer' 'Inteno' option 'log_to_console' 'disable' option 'log_to_file' 'enable' # log_severity: INFO (Default) @@ -49,8 +50,11 @@ config scripts list function device_routing list location /usr/share/freecwmp/functions/voice_service list function voice_service - - + config notifications list active 'InternetGatewayDevice.ManagementServer.URL' - list active 'InternetGatewayDevice.ManagementServer.ParameterKey' \ No newline at end of file + list active 'InternetGatewayDevice.ManagementServer.ParameterKey' + +config cwmp + option parameter 'InternetGatewayDevice.DeviceInfo.SpecVersion' + option value '1.0' \ No newline at end of file