projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
763644a
)
add some extra stripping options for kernel modules to reduce size even more (thx...
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 22 Oct 2009 16:26:12 +0000
(16:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 22 Oct 2009 16:26:12 +0000
(16:26 +0000)
SVN-Revision: 18121
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index 20cb85e3047f269482cb7d6e07139666c5c7403a..536f8cff7fc26bbc0692a670e1daec1b8e8d8237 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