projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ff58c
)
fix overzealous kmod stripping - it killed kernel module parameters (#1301)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Feb 2007 00:56:36 +0000
(
00:56
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Feb 2007 00:56:36 +0000
(
00:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6271
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
42e9978
..
b63fcf3
100644
(file)
--- 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
This page took
0.021253 seconds
and
4
git commands to generate.