scripts/strip-kmod.sh: remove a few extra sections to slightly reduce kernel module size
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48608
This commit is contained in:
parent
a8c2701866
commit
86625a148a
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ ${CROSS}objcopy \
|
|||
-R .mdebug.abi32 \
|
||||
-R .gnu.attributes \
|
||||
-R .reginfo \
|
||||
-R .MIPS.abiflags \
|
||||
-R .note.GNU-stack \
|
||||
$ARGS \
|
||||
"$MODULE" "$MODULE.tmp"
|
||||
|
||||
|
|
Loading…
Reference in a new issue