diff --git a/bcmkernel/scripts/rstrip_and_set_rpath.sh b/bcmkernel/scripts/rstrip_and_set_rpath.sh
index c826973a829164e3e2ac4f732678b256eb198bf7..4fdcd97b2eb131764a43a54f12669d12fb407669 100755
--- a/bcmkernel/scripts/rstrip_and_set_rpath.sh
+++ b/bcmkernel/scripts/rstrip_and_set_rpath.sh
@@ -1,16 +1,11 @@
#!/bin/sh -eux
"$RSTRIP_SH" "$@"
-# TODO: find out why broadcom wl utility does not run after patching the RUNPATH. Maybe patchelf bug?
+
find -D exec \
"$@" \
-type f \
-not -name 'ld-linux*.so*' \
-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 \