index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
rules.mk
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2009-10-22 16:26:12 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2009-10-22 16:26:12 +0000
commit
9bd710e050fee9bac28d20915b74a88514b7344a
(
patch
)
tree
76885a8a20ae05d15f7d8144a5d947c2e146dd38
/
rules.mk
parent
763644ae933c0869ac49d04cb9eadc0c2bc22282
(
diff
)
add some extra stripping options for kernel modules to reduce size even more (thx, matteo)
SVN-Revision: 18121
Diffstat
(limited to 'rules.mk')
-rw-r--r--
rules.mk
2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 20cb85e304..536f8cff7f 100644
--- 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