mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +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 .gnu.attributes \
|
||||
-R .reginfo \
|
||||
-R .MIPS.abiflags \
|
||||
-R .note.GNU-stack \
|
||||
$ARGS \
|
||||
"$MODULE" "$MODULE.tmp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user