Commit 8f5bf3a2 authored by Adam Wujek's avatar Adam Wujek 💬

configs/spec_defconfig: update with SNMP and AUX

Add:
--IP
--SNMP
  --SET
  --AUX_DIAG

This commit makes binary compiled with the config spec_defconfig bigger
15408 bytes. Here is comparision which options add a code:

1020  --only AUX
5028  --only IP
1740  --only config
11636 --IP + SNMP
13580 --IP + SNMP + AUX
15408 --IP + SNMP + AUX + config
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 86b5782b
......@@ -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
......@@ -21,23 +22,29 @@ CONFIG_UART=y
CONFIG_W1=y
CONFIG_LATENCY_ETHTYPE=291
# CONFIG_P2P is not set
# CONFIG_IP is not set
# CONFIG_CMD_CONFIG is not set
CONFIG_IP=y
CONFIG_CMD_CONFIG=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
CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set
#
# wrpc-sw is tainted if you change the following options
#
# CONFIG_DEVELOPER is not set
# CONFIG_WR_NODE_SIM is not set
CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set
# CONFIG_PRINTF_MINI is not set
# CONFIG_PRINTF_NONE is not set
CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set
CONFIG_VLAN_ARRAY_SIZE=1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment