projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d968f2b
)
add some extra stripping options for kernel modules to reduce size even more (thx...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 22 Oct 2009 16:26:12 +0000
(16:26 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 22 Oct 2009 16:26:12 +0000
(16:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18121
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
20cb85e
..
536f8cf
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-183,7
+183,7
@@
else
RSTRIP:= \
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
- STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \
+ STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment
--remove-section=.pdr --remove-section=mdebug.abi32
" \
$(SCRIPT_DIR)/rstrip.sh
endif
This page took
0.023872 seconds
and
4
git commands to generate.