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

Fix ASN check

This commit is contained in:
Ycarus 2018-09-20 10:09:03 +02:00
parent 8f62658f19
commit 24981ca89e
2 changed files with 11 additions and 3 deletions

View file

@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=omr-tracker
PKG_VERSION:=1.6
PKG_VERSION:=1.7
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
@ -19,7 +19,7 @@ define Package/$(PKG_NAME)
CATEGORY:=Network
TITLE:=OpenMPTCProuter tracker
PKGARCH:=all
DEPENDS:=+bind-dig +httping
DEPENDS:=+bind-dig +httping +whois
endef
define Package/$(PKG_NAME)/description