mirror of
https://github.com/LiBwrt-op/ipq50xx.git
synced 2025-12-17 15:32:19 +00: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:
parent
a8c2701866
commit
86625a148a
@ -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"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user