ct-bugcheck: report to https://openwrt.org by default
authorYousong Zhou <yszhou4tech@gmail.com>
Sun, 18 Aug 2019 15:19:57 +0000 (15:19 +0000)
committerYousong Zhou <yszhou4tech@gmail.com>
Sun, 18 Aug 2019 15:23:25 +0000 (15:23 +0000)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
package/utils/ct-bugcheck/src/bugcheck.sh

index 389e10ccf466830a4ef45c0b25446ecfd9e00a06..3ee472066fbe68ca71d93ff021d6a0ba7b31e077 100755 (executable)
@@ -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