1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add some snmp tools

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-08 11:03:54 +02:00
parent eadaa8fc5a
commit 28e29d62ee
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI SNMPD Interface
LUCI_DEPENDS:=+snmpd
LUCI_DEPENDS:=+snmpd +snmptrapd +snmp-utils +snmp-mibs
PKG_LICENSE:=GPLv3

View file

@ -344,5 +344,6 @@ service_triggers(){
}
service_started() {
[ "$snmp_enabled" -eq 0 ] && return
procd_set_config_changed firewall
}