diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-20 21:01:59 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-20 21:01:59 +0000 |
commit | 96c2c48499483bc274e6e78696d3995b68a1bfb5 (patch) | |
tree | ea28be3350cdca7e85364ef2def8cb3412dcda4f | |
parent | 29f6c535aa8d8c40c0de232df9ebc27ae63d2e9b (diff) | |
download | buildroot-novena-96c2c48499483bc274e6e78696d3995b68a1bfb5.tar.gz buildroot-novena-96c2c48499483bc274e6e78696d3995b68a1bfb5.zip |
fix url path from bug report 0000578
-rw-r--r-- | package/ttcp/ttcp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ttcp/ttcp.mk b/package/ttcp/ttcp.mk index 45645a335..d22f74c9f 100644 --- a/package/ttcp/ttcp.mk +++ b/package/ttcp/ttcp.mk @@ -4,7 +4,7 @@ # ############################################################# # -TTCP_SOURCE_URL=http://ftp.sunet.se/ftp/pub/network/monitoring/ttcp +TTCP_SOURCE_URL=http://ftp.sunet.se/pub/network/monitoring/ttcp TTCP_SOURCE=ttcp.c TTCP_BUILD_DIR=$(BUILD_DIR)/ttcp |