Make the repos public.
This commit is contained in:
parent
df27bfbc6a
commit
c1f6fb71f4
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue