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
master
Felix Fietkau 2007-02-06 00:56:36 +00:00
parent 648d17f2e7
commit 5454f020e0
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ TARGET_CONFIGURE_OPTS:= \
# strip an entire directory # strip an entire directory
RSTRIP:= \ RSTRIP:= \
STRIP="$(STRIP)" \ 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 $(SCRIPT_DIR)/rstrip.sh
# where to build (and put) .ipk packages # where to build (and put) .ipk packages