projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add munin to /etc/services
[openwrt.git]
/
scripts
/
strip-kmod.sh
diff --git
a/scripts/strip-kmod.sh
b/scripts/strip-kmod.sh
index
789364f
..
2a75e39
100755
(executable)
--- a/
scripts/strip-kmod.sh
+++ b/
scripts/strip-kmod.sh
@@
-12,7
+12,11
@@
MODULE="$1"
}
ARGS=
-[ -n "$KEEP_SYMBOLS" ] || ARGS="-x -G __this_module --strip-unneeded"
+if [ -n "$KEEP_SYMBOLS" ]; then
+ ARGS="-X --strip-debug"
+else
+ ARGS="-x -G __this_module --strip-unneeded"
+fi
${CROSS}objcopy \
-R .comment \
This page took
0.022711 seconds
and
4
git commands to generate.