Skip to content

Commit 27eb1c1

Browse files
authored
Fix rtl8723ds_bt
1 parent 9fa65d2 commit 27eb1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ linux-pine64-$(RELEASE_NAME).tar: linux/arch/arm64/boot/Image boot-tools kernel/
4747
bash ./make_kernel_tarball.sh $(shell readlink -f "$@")
4848

4949
package/rtk_bt/.git:
50-
git clone --single-branch --depth=1 https://github.com/NextThingCo/rtl8723ds_bt package/rtk_bt
50+
git clone --single-branch --depth=1 https://github.com/ayufan-pine64/rtl8723ds_bt package/rtk_bt
5151

5252
package/rtk_bt/rtk_hciattach/rtk_hciattach: package/rtk_bt/.git
5353
make -C package/rtk_bt/rtk_hciattach CC="ccache aarch64-linux-gnu-gcc"

0 commit comments

Comments
 (0)