[Buildroot] [git commit] stress: fix download url

Peter Korsgaard peter at korsgaard.com
Tue Oct 8 20:18:16 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=972a73e61aa6b73ce8ac8cffcf03a374d4d07b5e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Axel Lin <axel.lin at ingics.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/stress/stress.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/stress/stress.mk b/package/stress/stress.mk
index df9065a..6e82b50 100644
--- a/package/stress/stress.mk
+++ b/package/stress/stress.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 STRESS_VERSION = 1.0.4
-STRESS_SITE    = http://weather.ou.edu/~apw/projects/stress
+STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
 STRESS_AUTORECONF = YES
 
 # Stress is linked statically if the --enable-static is specified.



More information about the buildroot mailing list