diff --git a/bcmkernel/scripts/rstrip_and_set_rpath.sh b/bcmkernel/scripts/rstrip_and_set_rpath.sh
index 314b5eef3035a031d95e3c7ba507d1baa1ca82f0..c826973a829164e3e2ac4f732678b256eb198bf7 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 \