diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-15 14:05:51 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-15 14:05:51 +0000 |
commit | 92dbec1e25856fb630df00d077f3a4714725b4c1 (patch) | |
tree | e13aa9b2215ae71c98567560e3fb98311281e3f3 /package | |
parent | 9b855adc8cdd3bad246417d59b2f513fbff2685b (diff) | |
download | buildroot-novena-92dbec1e25856fb630df00d077f3a4714725b4c1.tar.gz buildroot-novena-92dbec1e25856fb630df00d077f3a4714725b4c1.zip |
- Update URL. Thanks to Ulrich Hecht.
Diffstat (limited to 'package')
-rw-r--r-- | package/iostat/iostat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk index d1e9c4a7d..a6db71edc 100644 --- a/package/iostat/iostat.mk +++ b/package/iostat/iostat.mk @@ -5,7 +5,7 @@ ############################################################# IOSTAT_VER:=2.2 IOSTAT_SOURCE:=iostat-$(IOSTAT_VER).tar.gz -IOSTAT_SITE:=http://linux.inet.hr +IOSTAT_SITE:=http://linux.inet.hr/files IOSTAT_DIR:=$(BUILD_DIR)/iostat-$(IOSTAT_VER) IOSTAT_BINARY:=iostat IOSTAT_TARGET_BINARY:=usr/bin/iostat |