From 9a94d8466da091012864eae0edee66f2cf0da980 Mon Sep 17 00:00:00 2001 From: Maciej Lipinski <maciej.lipinski@cern.ch> Date: Fri, 24 Feb 2017 15:28:16 +0100 Subject: [PATCH] [config] added aux_diag to spec_snmp_defconfig and spec_snmp_set_verbose_defconfig --- configs/spec_snmp_defconfig | 5 ++++- configs/spec_snmp_set_verbose_defconfig | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configs/spec_snmp_defconfig b/configs/spec_snmp_defconfig index 1c5b26ff3..7c14056dd 100644 --- a/configs/spec_snmp_defconfig +++ b/configs/spec_snmp_defconfig @@ -4,6 +4,7 @@ # # CONFIG_WR_SWITCH is not set CONFIG_WR_NODE=y +CONFIG_PPSI_FORCE_CONFIG=y CONFIG_PRINT_BUFSIZE=128 CONFIG_RAMSIZE=131072 CONFIG_TEMP_POLL_INTERVAL=15 @@ -26,13 +27,14 @@ CONFIG_IP=y # CONFIG_SYSLOG is not set CONFIG_SNMP=y # CONFIG_SNMP_SET is not set +CONFIG_SNMP_AUX_DIAG=y CONFIG_SNMP_HW_TYPE="spec" # CONFIG_BUILD_INIT is not set CONFIG_INIT_COMMAND="" CONFIG_HAS_BUILD_INIT=0 CONFIG_HAS_FLASH_INIT=1 CONFIG_FLASH_INIT=y -# CONFIG_AUX_DIAG is not set +CONFIG_AUX_DIAG=y # # wrpc-sw is tainted if you change the following options @@ -44,4 +46,5 @@ CONFIG_PRINTF_XINT=y # CONFIG_PRINTF_NONE is not set CONFIG_SDB_STORAGE=y # CONFIG_LEGACY_EEPROM is not set +# CONFIG_WR_NODE_SIM is not set CONFIG_VLAN_ARRAY_SIZE=1 diff --git a/configs/spec_snmp_set_verbose_defconfig b/configs/spec_snmp_set_verbose_defconfig index e77eb2435..6c2e8e0bd 100644 --- a/configs/spec_snmp_set_verbose_defconfig +++ b/configs/spec_snmp_set_verbose_defconfig @@ -4,6 +4,7 @@ # # CONFIG_WR_SWITCH is not set CONFIG_WR_NODE=y +CONFIG_PPSI_FORCE_CONFIG=y CONFIG_PRINT_BUFSIZE=128 CONFIG_RAMSIZE=131072 CONFIG_TEMP_POLL_INTERVAL=15 @@ -30,13 +31,14 @@ CONFIG_IP=y # CONFIG_SYSLOG is not set CONFIG_SNMP=y CONFIG_SNMP_SET=y +CONFIG_SNMP_AUX_DIAG=y CONFIG_SNMP_HW_TYPE="spec" # CONFIG_BUILD_INIT is not set CONFIG_INIT_COMMAND="" CONFIG_HAS_BUILD_INIT=0 CONFIG_HAS_FLASH_INIT=1 CONFIG_FLASH_INIT=y -# CONFIG_AUX_DIAG is not set +CONFIG_AUX_DIAG=y # # wrpc-sw is tainted if you change the following options @@ -61,4 +63,5 @@ CONFIG_FAKE_TEMPERATURES=y CONFIG_SDB_STORAGE=y # CONFIG_LEGACY_EEPROM is not set # CONFIG_LATENCY_PROBE is not set +# CONFIG_WR_NODE_SIM is not set CONFIG_VLAN_ARRAY_SIZE=1 -- GitLab