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:
parent
8f62658f19
commit
24981ca89e
2 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue