From 26615ededcdc7c6d30c72d77c3a890be1f777b32 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Sun, 18 Aug 2019 15:19:57 +0000 Subject: [PATCH] ct-bugcheck: report to https://openwrt.org by default Signed-off-by: Yousong Zhou --- package/utils/ct-bugcheck/src/bugcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2