diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-22 16:26:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-22 16:26:12 +0000 |
commit | 9bd710e050fee9bac28d20915b74a88514b7344a (patch) | |
tree | 76885a8a20ae05d15f7d8144a5d947c2e146dd38 | |
parent | 763644ae933c0869ac49d04cb9eadc0c2bc22282 (diff) | |
download | upstream-9bd710e050fee9bac28d20915b74a88514b7344a.tar.gz upstream-9bd710e050fee9bac28d20915b74a88514b7344a.tar.bz2 upstream-9bd710e050fee9bac28d20915b74a88514b7344a.zip |
add some extra stripping options for kernel modules to reduce size even more (thx, matteo)
SVN-Revision: 18121
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |