Make the repos public.

This commit is contained in:
fewtarius 2022-03-26 10:54:27 -04:00
parent df27bfbc6a
commit c1f6fb71f4
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ GET_HANDLER_SUPPORT="git"
if [[ "${DEVICE}" =~ RG351 ]]
then
PKG_URL="git@github.com:JustEnoughLinuxOS/rg351x-kernel.git"
PKG_URL="https://github.com/JustEnoughLinuxOS/rg351x-kernel.git"
PKG_VERSION="171226e"
fi

View file

@ -14,8 +14,8 @@ GET_HANDLER_SUPPORT="git"
if [[ "${DEVICE}" =~ RG351 ]]
then
PKG_URL="git@github.com:JustEnoughLinuxOS/rg351x-uboot.git"
PKG_VERSION="2b575e1"
PKG_URL="https://github.com/JustEnoughLinuxOS/rg351x-uboot.git"
PKG_VERSION="9f8c2e3936"
fi
PKG_IS_KERNEL_PKG="yes"