aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2019-08-18 15:19:57 +0000
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:41:30 +0200
commite62a6b661fce36ff9c77889b28ad3210bdaa90b4 (patch)
tree940a7dce8938dd0c59d7d96556b26d5afba43e50 /package/utils
parenta929c1bad028ef71477685f1d71c2ded4f737d1a (diff)
downloadupstream-e62a6b661fce36ff9c77889b28ad3210bdaa90b4.tar.gz
upstream-e62a6b661fce36ff9c77889b28ad3210bdaa90b4.tar.bz2
upstream-e62a6b661fce36ff9c77889b28ad3210bdaa90b4.zip
ct-bugcheck: report to https://openwrt.org by default
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (cherry picked from commit 26615ededcdc7c6d30c72d77c3a890be1f777b32)
Diffstat (limited to 'package/utils')
-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