commit dceb78b254c968d9cc36d9c607f91b40b92f59cd
parent 5afea09fa786f05f434c35ba14e7e04b898b1da6
Author: Jo-Philipp Wich <jow@openwrt.org>
Date: Wed, 1 Jul 2015 01:25:52 +0200
Merge pull request #1031 from ionum/master
net-snmp: Enable pass_persist support for snmpd in Makefile
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
@@ -122,6 +122,7 @@ SNMP_MIB_MODULES_INCLUDED = \
ucd-snmp/loadave \
ucd-snmp/memory \
ucd-snmp/pass \
+ ucd-snmp/pass_persist \
ucd-snmp/proc \
ucd-snmp/vmstat \
util_funcs \