more fixes for rstrip.sh and kernel modules - fixes #1301

SVN-Revision: 6280
This commit is contained in:
Felix Fietkau
2007-02-09 16:24:34 +00:00
parent d411ddbd81
commit d0e1033a26
2 changed files with 23 additions and 3 deletions

View File

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