mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-01-28 02:19:51 +00:00
also strip the .notes section of the kernel
SVN-Revision: 15443
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user