From: Felix Fietkau Date: Sat, 26 Mar 2011 15:22:14 +0000 (+0000) Subject: strip .gnu.attributes and .reginfo from kernel modules X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=b978cbd458137029deb0781a3bc646bec31466bc;hp=485512673518613a9d6a1f931912d0095d893b61;p=15.05%2Fopenwrt.git strip .gnu.attributes and .reginfo from kernel modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26304 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/rules.mk b/rules.mk index ca76ef45b6..cddfdf5d30 100644 --- a/rules.mk +++ b/rules.mk @@ -211,7 +211,7 @@ else RSTRIP:= \ NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ - STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32 --remove-section=.note.gnu.build-id" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded -R .comment -R .pdr -R .mdebug.abi32 -R .note.gnu.build-id -R .gnu.attributes -R .reginfo" \ $(SCRIPT_DIR)/rstrip.sh endif