update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/mtr/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/mtr/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_MTR
|
||||
bool "mtr"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
mtr combines the functionality of the 'traceroute' and 'ping'
|
||||
programs in a single network diagnostic tool.
|
||||
|
||||
http://www.bitwizard.nl/mtr/
|
||||
2
bsp/buildroot-2017.02.11/package/mtr/mtr.hash
Normal file
2
bsp/buildroot-2017.02.11/package/mtr/mtr.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 12a6a94c0ec04d508de27eda5f5ba91f50d4b5fe74a98aca0973e2c16a42555a mtr-66de3ecbab28b054b868a73fbb57f30549d770ac.tar.gz
|
||||
15
bsp/buildroot-2017.02.11/package/mtr/mtr.mk
Normal file
15
bsp/buildroot-2017.02.11/package/mtr/mtr.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# mtr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MTR_VERSION = 66de3ecbab28b054b868a73fbb57f30549d770ac
|
||||
MTR_SITE = $(call github,traviscross,mtr,$(MTR_VERSION))
|
||||
MTR_AUTORECONF = YES
|
||||
MTR_CONF_OPTS = --without-gtk
|
||||
MTR_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_NCURSES),ncurses)
|
||||
MTR_LICENSE = GPLv2
|
||||
MTR_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user