From 50100c1fdcd4bfc17dbe382503e4f790be8a4fa1 Mon Sep 17 00:00:00 2001 From: Wiehann Matthysen Date: Tue, 22 Sep 2020 14:50:47 +0200 Subject: [PATCH] Updated Dockerfile.base to use community git repos. --- Dockerfile.base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 8db2264..c31c93f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -44,13 +44,13 @@ ENV NEW_KERNEL=${NEW_KERNEL} RUN git clone \ --single-branch --depth 1 --branch debian/${FROM_KERNEL} \ - https://github.com/NextThingCo/CHIP-linux.git . + https://github.com/chip-community/chip-linux.git . WORKDIR ${RTL_DIR} RUN git clone \ --single-branch --depth 1 --branch debian \ - https://github.com/NextThingCo/RTL8723BS . + https://github.com/chip-community/rtl8723bs.git . RUN for i in debian/patches/0*; do echo $i; patch -p 1 <$i ; done