ifctrstat: Add ability to output counter values
This commit is contained in:
parent
95d943ee44
commit
6106164d7c
3 changed files with 111 additions and 17 deletions
2
Makefile
2
Makefile
|
|
@ -62,7 +62,7 @@ MULTICALL_${CONFIG_IFQUERY}_OBJ += ${IFQUERY_SRC:.c=.o}
|
|||
CMDS_${CONFIG_IFQUERY} += ifquery
|
||||
CPPFLAGS_${CONFIG_IFQUERY} += -DCONFIG_IFQUERY
|
||||
|
||||
# enable ifctrstat applet (+9 KB)
|
||||
# enable ifctrstat applet (+16 KB)
|
||||
CONFIG_IFCTRSTAT ?= Y
|
||||
IFCTRSTAT_SRC = cmd/ifctrstat.c cmd/ifctrstat-${LAYOUT}.c
|
||||
MULTICALL_${CONFIG_IFCTRSTAT}_OBJ += ${IFCTRSTAT_SRC:.c=.o}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue