Browse Source

fix overzealous kmod stripping - it killed kernel module parameters (#1301)

SVN-Revision: 6271
Felix Fietkau 19 years ago
parent
commit
0637295704
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rules.mk

+ 1 - 1
rules.mk

@@ -88,7 +88,7 @@ TARGET_CONFIGURE_OPTS:= \
 # strip an entire directory
 RSTRIP:= \
   STRIP="$(STRIP)" \
-  STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \
+  STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment -w -K '__mod*'" \
   $(SCRIPT_DIR)/rstrip.sh
 
 # where to build (and put) .ipk packages