Skip to content

Commit 86625a1

Browse files
author
Felix Fietkau
committed
scripts/strip-kmod.sh: remove a few extra sections to slightly reduce kernel module size
Signed-off-by: Felix Fietkau <[email protected]> SVN-Revision: 48608
1 parent a8c2701 commit 86625a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/strip-kmod.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ ${CROSS}objcopy \
2828
-R .mdebug.abi32 \
2929
-R .gnu.attributes \
3030
-R .reginfo \
31+
-R .MIPS.abiflags \
32+
-R .note.GNU-stack \
3133
$ARGS \
3234
"$MODULE" "$MODULE.tmp"
3335

0 commit comments

Comments
 (0)