1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

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:
Felix Fietkau 2016-02-01 13:33:33 +00:00
parent a8c2701866
commit 86625a148a

View File

@ -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"