Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/fping/Config.in
Normal file
8
deprecated/firmware/buildroot/package/fping/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_FPING
|
||||
bool "fping"
|
||||
help
|
||||
fping is a program to send ICMP echo probes to network hosts,
|
||||
similar to ping, but much better performing when pinging
|
||||
multiple hosts.
|
||||
|
||||
http://fping.org/
|
||||
2
deprecated/firmware/buildroot/package/fping/fping.hash
Normal file
2
deprecated/firmware/buildroot/package/fping/fping.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 d86f2281bda4653c7049e6ba8fce24ba67edbf9193b7bb1cf6219b0c8ddce4e6 fping-3.12.tar.gz
|
||||
12
deprecated/firmware/buildroot/package/fping/fping.mk
Normal file
12
deprecated/firmware/buildroot/package/fping/fping.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# fping
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FPING_VERSION = 3.12
|
||||
FPING_SITE = http://fping.org/dist
|
||||
FPING_LICENSE = BSD-like
|
||||
FPING_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user