Skip to content
Snippets Groups Projects
Commit 86625a14 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

scripts/strip-kmod.sh: remove a few extra sections to slightly reduce kernel module size


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 48608
parent a8c27018
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ ${CROSS}objcopy \ ...@@ -28,6 +28,8 @@ ${CROSS}objcopy \
-R .mdebug.abi32 \ -R .mdebug.abi32 \
-R .gnu.attributes \ -R .gnu.attributes \
-R .reginfo \ -R .reginfo \
-R .MIPS.abiflags \
-R .note.GNU-stack \
$ARGS \ $ARGS \
"$MODULE" "$MODULE.tmp" "$MODULE" "$MODULE.tmp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment