From 83a216bcc9f64cd954a00d86a00309a1bf155795 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Fri, 29 Sep 2017 01:38:37 +0300 Subject: [PATCH] net-snmp: improve snmp-utils description Signed-off-by: Stijn Tintel --- net/net-snmp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index f2cccfba6..808ab9251 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -72,7 +72,13 @@ endef define Package/snmp-utils/description $(call Package/net-snmp/Default/description) . - This package contains SNMP client utilities. + This package contains SNMP client utilities: + - snmpget + - snmpset + - snmpstatus + - snmptest + - snmptrap + - snmpwalk endef