From: Felix Fietkau Date: Tue, 6 Feb 2007 00:56:36 +0000 (+0000) Subject: fix overzealous kmod stripping - it killed kernel module parameters (#1301) X-Git-Tag: reboot~29964 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=063729570437fe82c326df2d1630be73828e0539;p=openwrt%2Fstaging%2Fjogo.git fix overzealous kmod stripping - it killed kernel module parameters (#1301) SVN-Revision: 6271 --- diff --git a/rules.mk b/rules.mk index 42e9978591..b63fcf31c8 100644 --- a/rules.mk +++ b/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