From: nbd Date: Tue, 6 Feb 2007 00:56:36 +0000 (+0000) Subject: fix overzealous kmod stripping - it killed kernel module parameters (#1301) X-Git-Tag: fast2504n-3.10.28-merged~22186 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=d286ea505d0cb4cb3744cd7bfc627c7b630b6c6c;p=openwrt.git fix overzealous kmod stripping - it killed kernel module parameters (#1301) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6271 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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