projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix platform specific overrides for kernel modules, fixes lp on brcm-2.4
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
536f8cf
..
0ee8d56
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-183,7
+183,7
@@
else
RSTRIP:= \
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
RSTRIP:= \
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
- STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=mdebug.abi32" \
+ STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=
.
mdebug.abi32" \
$(SCRIPT_DIR)/rstrip.sh
endif
$(SCRIPT_DIR)/rstrip.sh
endif
This page took
0.022729 seconds
and
4
git commands to generate.