Changeset f868108 in freewrt


Ignore:
Timestamp:
Jun 8, 2007, 3:08:29 AM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
964dfce1
Parents:
9f22b2e9
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.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2736 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/kernel-build.mk

    r9f22b2e9 rf868108  
    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
Note: See TracChangeset for help on using the changeset viewer.