aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/ct-bugcheck
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2019-08-18 15:19:57 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2019-08-18 15:23:25 +0000
commit26615ededcdc7c6d30c72d77c3a890be1f777b32 (patch)
tree5949ac37dd37ff232beadb959777fcd7f6226ea6 /package/utils/ct-bugcheck
parent0f3667864d5391c2d9ace63ccfc83ab270405cc9 (diff)
downloadupstream-26615ededcdc7c6d30c72d77c3a890be1f777b32.tar.gz
upstream-26615ededcdc7c6d30c72d77c3a890be1f777b32.tar.bz2
upstream-26615ededcdc7c6d30c72d77c3a890be1f777b32.zip
ct-bugcheck: report to https://openwrt.org by default
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/utils/ct-bugcheck')
-rwxr-xr-xpackage/utils/ct-bugcheck/src/bugcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/ct-bugcheck/src/bugcheck.sh b/package/utils/ct-bugcheck/src/bugcheck.sh
index 389e10ccf4..3ee472066f 100755
--- a/package/utils/ct-bugcheck/src/bugcheck.sh
+++ b/package/utils/ct-bugcheck/src/bugcheck.sh
@@ -89,7 +89,7 @@ do
echo "https://github.com/greearb/ath10k-ct/issues" >> $CRASHDIR/report_to.txt
else
# Not sure who would want these bug reports for upstream...
- echo "https://www.lede-project.org/" >> $CRASHDIR/report_to.txt
+ echo "https://openwrt.org/" >> $CRASHDIR/report_to.txt
fi
echo >> $CRASHDIR/report_to.txt
echo "Please attach all files in this directory to bug reports." >> $CRASHDIR/report_to.txt