From: Felix Fietkau Date: Mon, 1 Feb 2016 13:33:33 +0000 (+0000) Subject: scripts/strip-kmod.sh: remove a few extra sections to slightly reduce kernel module... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f2c6b15f126c7bc6e96eabadb02ca2edeebc6dda;hp=44730f21c0074f501424916a06adfa4b974ec4cf;p=openwrt-github%2F.git scripts/strip-kmod.sh: remove a few extra sections to slightly reduce kernel module size Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48608 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/strip-kmod.sh b/scripts/strip-kmod.sh index e3f13bee47..313015b909 100755 --- a/scripts/strip-kmod.sh +++ b/scripts/strip-kmod.sh @@ -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"