X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6a36104faabe5b845b0caa35877fb88adfdad1a8..aa0f3a77805a1e03623a6f8c60c1f0167be75a48:/rules.mk?ds=sidebyside diff --git a/rules.mk b/rules.mk index 20cb85e30..0ee8d568a 100644 --- a/rules.mk +++ b/rules.mk @@ -183,7 +183,7 @@ else RSTRIP:= \ NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ - STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32" \ $(SCRIPT_DIR)/rstrip.sh endif