diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-09 16:24:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-09 16:24:34 +0000 |
commit | d0e1033a2682e660e7da3dd7c396ed33668cfceb (patch) | |
tree | bbc0ad1eb4775cda7145af7f9ab1810656a62007 /rules.mk | |
parent | d411ddbd81c0466e64ee6aa503e2d3f22af07fa8 (diff) | |
download | upstream-d0e1033a2682e660e7da3dd7c396ed33668cfceb.tar.gz upstream-d0e1033a2682e660e7da3dd7c396ed33668cfceb.tar.bz2 upstream-d0e1033a2682e660e7da3dd7c396ed33668cfceb.zip |
more fixes for rstrip.sh and kernel modules - fixes #1301
SVN-Revision: 6280
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |