Changeset 13141

Show
Ignore:
Timestamp:
10/23/09 18:43:37 (1 month ago)
Author:
BrainSlayer
Message:

update mmc filepath

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/router/Makefile

    r12748 r13141  
    363363        mipsel-linux-strip --strip-unneeded --remove-section=.comment $(TARGETDIR)/lib/modules/$(LINUXVER)/*.o           
    364364ifeq ($(CONFIG_MMC),y)   
    365         cp ./mmc/mmc.o $(TARGETDIR)/lib/modules/$(LINUXVER) 
     365        cp ./mmc_sdhc/mmc.o $(TARGETDIR)/lib/modules/$(LINUXVER) 
    366366endif 
    367367#       tar -cvf $(TARGETDIR)/lib/modules/modules.tar $(TARGETDIR)/lib/modules/$(LINUXVER)/*