From: Felix Fietkau Date: Thu, 22 Oct 2009 16:26:12 +0000 (+0000) Subject: add some extra stripping options for kernel modules to reduce size even more (thx... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9bd710e050fee9bac28d20915b74a88514b7344a;p=openwrt%2Fstaging%2Fansuel.git add some extra stripping options for kernel modules to reduce size even more (thx, matteo) SVN-Revision: 18121 --- diff --git a/rules.mk b/rules.mk index 20cb85e304..536f8cff7f 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