From a43f86d1c761052798e5b42f240bcd27a54fa509 Mon Sep 17 00:00:00 2001 From: Dariusz Iwanoczko <di0x7c5@gmail.com> Date: Tue, 24 Oct 2023 11:47:17 +0200 Subject: [PATCH] bcmkernel: Patch only dhd.brcm insted of symlink to it --- bcmkernel/scripts/rstrip_and_set_rpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcmkernel/scripts/rstrip_and_set_rpath.sh b/bcmkernel/scripts/rstrip_and_set_rpath.sh index a8f622c..314b5ee 100755 --- a/bcmkernel/scripts/rstrip_and_set_rpath.sh +++ b/bcmkernel/scripts/rstrip_and_set_rpath.sh @@ -7,7 +7,7 @@ find -D exec \ -not -name 'ld-linux*.so*' \ -not -name '*.sh' \ -not -name wl.brcm \ - -not -name dhdctl.brcm \ + -not -name dhd.brcm \ '(' \ -name '*.so' \ -or \ -- GitLab