Quellcode durchsuchen

strip .note.gnu.build-id from kernel modules

SVN-Revision: 26217
Felix Fietkau vor 14 Jahren
Ursprung
Commit
791641db07
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      rules.mk

+ 1 - 1
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