mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02:00
[kernel] also strip the .notes section of the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15443 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
df8fc7e603
commit
a9737455cb
@ -105,7 +105,7 @@ define Kernel/CompileModules/Default
|
|||||||
+$(MAKE) $(KERNEL_MAKEOPTS) modules
|
+$(MAKE) $(KERNEL_MAKEOPTS) modules
|
||||||
endef
|
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
|
define Kernel/CompileImage/Default
|
||||||
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),,rm -f $(TARGET_DIR)/init)
|
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),,rm -f $(TARGET_DIR)/init)
|
||||||
|
Loading…
Reference in New Issue
Block a user