From: Felix Fietkau Date: Fri, 18 Mar 2011 03:13:38 +0000 (+0000) Subject: strip .note.gnu.build-id from kernel modules X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=bcc4e0511296740c50111ffcd6aba23eee234f6c;ds=sidebyside strip .note.gnu.build-id from kernel modules SVN-Revision: 26217 --- diff --git a/rules.mk b/rules.mk index 2d56c436ed..ca76ef45b6 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" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32 --remove-section=.note.gnu.build-id" \ $(SCRIPT_DIR)/rstrip.sh endif