Changeset 2736

Show
Ignore:
Timestamp:
06/08/07 03:08:29 (2 years ago)
Author:
n0-1
Message:

this call to objcopy apparently breaks kernel 2.6

using mipsel-linux-nm, there are no symbols found in vmlinuz,
so (at least some) kernel modules refuse to load.
I have no idea (TM) why this obviously works vor kernel 2.4.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/kernel-build.mk

    r2727 r2736  
    5858$(LINUX_KERNEL): $(LINUX_DIR)/vmlinux 
    5959        $(TRACE) target/linux/$(BOARD)-$(KERNEL)-kernel-strip 
     60ifeq ($(KERNEL),2.4) 
    6061ifeq ($(BOARD),brcm) 
    6162ifneq ($(FS),nfs) 
     
    6667else 
    6768        $(TARGET_CROSS)objcopy -R .reginfo -R .note -R .comment -R .mdebug -S $< $@ $(MAKE_TRACE) 
     69endif 
    6870endif 
    6971