diff options
Diffstat (limited to 'package/mtr')
-rw-r--r-- | package/mtr/Config.in | 18 | ||||
-rw-r--r-- | package/mtr/Makefile | 1 |
2 files changed, 1 insertions, 18 deletions
diff --git a/package/mtr/Config.in b/package/mtr/Config.in deleted file mode 100644 index 7de08c5c8..000000000 --- a/package/mtr/Config.in +++ /dev/null @@ -1,18 +0,0 @@ -config ADK_PACKAGE_MTR - prompt "mtr............................... Full screen ncurses traceroute tool" - tristate - default n - select ADK_PACKAGE_LIBNCURSES - help - mtr combines the functionality of the 'traceroute' and 'ping' programs - in a single network diagnostic tool. - . - As mtr starts, it investigates the network connection between the host - mtr runs on and a user-specified destination host. After it - determines the address of each network hop between the machines, - it sends a sequence ICMP ECHO requests to each one to determine the - quality of the link to each machine. As it does this, it prints - running statistics about each machine. - . - http://www.bitwizard.nl/mtr/ - diff --git a/package/mtr/Makefile b/package/mtr/Makefile index a53f2ee8d..3147750b2 100644 --- a/package/mtr/Makefile +++ b/package/mtr/Makefile @@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= mtr PKG_VERSION:= 0.75 PKG_RELEASE:= 1 +PKG_BUILDDEP+= ncurses PKG_MD5SUM:= 23baca52d0922c2ecba7eba05317868c PKG_DESCR:= ncurses traceroute/ping tool PKG_SECTION:= net |