X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=rules.mk;h=0ee8d568a677cd6792dc6fdc98e07dbdb7a46f3e;hb=3f5c35c74201511b9b554173132ef543697718b7;hp=20cb85e3047f269482cb7d6e07139666c5c7403a;hpb=c9bc7c504c61a0d935573c86657222b067037193;p=oweals%2Fopenwrt.git diff --git a/rules.mk b/rules.mk index 20cb85e304..0ee8d568a6 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