mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix & update sqm autorate
This commit is contained in:
parent
fb63e3779a
commit
06e55401aa
7 changed files with 1111 additions and 884 deletions
38
tsping/Makefile
Normal file
38
tsping/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tsping
|
||||
PKG_VERSION:=0.2.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/Lochnair/tsping
|
||||
PKG_SOURCE_VERSION:=2560d79c95154d2e2c9aa6725135f6fc5cf091d7
|
||||
|
||||
PKG_MAINTAINER:=Nils Andreas Svee <contact@lochnair.net>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE.md
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_DEPENDS:=!USE_GLIBC:argp-standalone
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/meson.mk
|
||||
|
||||
define Package/tsping
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Utility for sending timestamp pings
|
||||
URL:=https://github.com/Lochnair/tsping
|
||||
endef
|
||||
|
||||
define Package/tsping/description
|
||||
A simple application to send ICMP echo/timestamp requests
|
||||
endef
|
||||
|
||||
define Package/tsping/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(MESON_BUILD_DIR)/tsping $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,tsping))
|
Loading…
Add table
Add a link
Reference in a new issue