Changeset 7096


Ignore:
Timestamp:
05/15/07 16:44:39 (6 years ago)
Author:
BrainSlayer
Message:

small build correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/Makefile

    r7093 r7096  
    261261        rm -f $(TARGETDIR)/usr/lib/libpcap.so 
    262262        mipsel-linux-strip --strip-unneeded --remove-section=.comment $(TARGETDIR)/lib/modules/$(LINUXVER)/*.o           
     263ifeq ($(CONFIG_MMC),y)   
    263264        cp ./mmc/mmc.o $(TARGETDIR)/lib/modules/$(LINUXVER) 
     265endif 
    264266        # Prepare filesystem 
    265267        cd $(TARGETDIR) && $(TOP)/misc/rootprep.sh 
Note: See TracChangeset for help on using the changeset viewer.