浏览代码

stress: fix download url

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Axel Lin 12 年之前
父节点
当前提交
972a73e61a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/stress/stress.mk

+ 1 - 1
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.