From d2e846e9f622a73bdf51e23eb0f7a99bb5dfda5c Mon Sep 17 00:00:00 2001
From: Dariusz Iwanoczko <di0x7c5@gmail.com>
Date: Tue, 24 Oct 2023 11:49:05 +0200
Subject: [PATCH] bcmkernel: Do not patch brcm eapd, hostapd_cli and wpa_cli
with RUNPATH
---
bcmkernel/scripts/rstrip_and_set_rpath.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bcmkernel/scripts/rstrip_and_set_rpath.sh b/bcmkernel/scripts/rstrip_and_set_rpath.sh
index 314b5ee..c826973 100755
--- a/bcmkernel/scripts/rstrip_and_set_rpath.sh
+++ b/bcmkernel/scripts/rstrip_and_set_rpath.sh
@@ -8,6 +8,9 @@ find -D exec \
-not -name '*.sh' \
-not -name wl.brcm \
-not -name dhd.brcm \
+ -not -name eapd.brcm \
+ -not -name hostapd_cli.brcm \
+ -not -name wpa_cli.brcm \
'(' \
-name '*.so' \
-or \
--
GitLab