Skip to content
Snippets Groups Projects
Commit 48cc8617 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove showstat - this functionality is provided via MQTT clients

parent 61854212
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -285,9 +285,6 @@ SMBACTIV_OBJS = $(LOAD_CFG_OBJS) \
READSAUCE_OBJS = \
$(OBJODIR)/readsauce$(OFILE)
SHOWSTAT_OBJS = \
$(OBJODIR)/showstat$(OFILE)
PKTDUMP_OBJS = $(OBJODIR)/pktdump$(OFILE)
FMSGDUMP_OBJS = $(OBJODIR)/fmsgdump$(OFILE)
......
......@@ -33,7 +33,6 @@ DELFILES = $(EXEODIR)/delfiles$(EXEFILE)
DUPEFIND = $(EXEODIR)/dupefind$(EXEFILE)
SMBACTIV = $(EXEODIR)/smbactiv$(EXEFILE)
READSAUCE = $(EXEODIR)/readsauce$(EXEFILE)
SHOWSTAT = $(EXEODIR)/showstat$(EXEFILE)
PKTDUMP = $(EXEODIR)/pktdump$(EXEFILE)
FMSGDUMP = $(EXEODIR)/fmsgdump$(EXEFILE)
UPGRADE_TO_V319 = $(EXEODIR)/upgrade_to_v319$(EXEFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment