projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7b662
)
also strip the .notes section of the kernel
author
Florian Fainelli
<florian@openwrt.org>
Mon, 27 Apr 2009 15:37:58 +0000
(15:37 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 27 Apr 2009 15:37:58 +0000
(15:37 +0000)
SVN-Revision: 15443
include/kernel-defaults.mk
patch
|
blob
|
history
diff --git
a/include/kernel-defaults.mk
b/include/kernel-defaults.mk
index de07b9118937a258d9aee19170f3e6cfa12a508e..e690aabfdb94eab158a7eb1501b6a78cbac2560c 100644
(file)
--- 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 .note
s -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)