*://buildroot.org/*|*://git.buildroot.org/*|\
*://buildroot.net/*|*://git.buildroot.net/*)
repo=$(echo "${remote}" | sed -e 's,^[^:]*://[^/]*/,,' -e 's:[.]git$::')
- url="https://git.${repo,,}.org/${repo}/commit/?id="
+ url="https://git."
+ case ${repo} in
+ uclibc) url+="uclibc.org" ;;
+ buildroot) url+="buildroot.org" ;;
+ *) url+="busybox.net" ;;
+ esac
+ url+="/${repo}/commit/?id="
;;
*://git@git.gentoo.org/*|\
*://anongit.gentoo.org/*)