From: Florian Fainelli Date: Mon, 27 Apr 2009 15:37:58 +0000 (+0000) Subject: also strip the .notes section of the kernel X-Git-Tag: reboot~23837 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c09afea86ad5fe54daa5733bb23191344500ebbd;p=openwrt%2Fopenwrt.git also strip the .notes section of the kernel SVN-Revision: 15443 --- diff --git a/include/kernel-defaults.mk b/include/kernel-defaults.mk index de07b91189..e690aabfdb 100644 --- a/include/kernel-defaults.mk +++ b/include/kernel-defaults.mk @@ -105,7 +105,7 @@ define Kernel/CompileModules/Default +$(MAKE) $(KERNEL_MAKEOPTS) modules endef -OBJCOPY_STRIP = -R .reginfo -R .note -R .comment -R .mdebug -R .note.gnu.build-id +OBJCOPY_STRIP = -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id define Kernel/CompileImage/Default $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),,rm -f $(TARGET_DIR)/init)