From: Yousong Zhou Date: Sun, 18 Aug 2019 15:19:57 +0000 (+0000) Subject: ct-bugcheck: report to https://openwrt.org by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e62a6b661fce36ff9c77889b28ad3210bdaa90b4;p=openwrt%2Fstaging%2Fynezz.git ct-bugcheck: report to https://openwrt.org by default Signed-off-by: Yousong Zhou (cherry picked from commit 26615ededcdc7c6d30c72d77c3a890be1f777b32) --- 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