Parcourir la source

ct-bugcheck: report to https://openwrt.org by default

Signed-off-by: Yousong Zhou <[email protected]>
Yousong Zhou il y a 6 ans
Parent
commit
26615ededc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/utils/ct-bugcheck/src/bugcheck.sh

+ 1 - 1
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