Changeset 12023


Ignore:
Timestamp:
04/30/09 02:09:09 (4 years ago)
Author:
BrainSlayer
Message:

fixup

Location:
src/router
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/router/ead/Makefile

    r11942 r12023  
    3636 
    3737install:  
    38 #       install -d $(INSTALLDIR)/usr/sbin 
    39 #       install ead $(INSTALLDIR)/usr/sbin 
    40 #       install ead-client $(INSTALLDIR)/usr/sbin 
    41         @true 
     38        install -d $(INSTALLDIR)/usr/sbin 
     39        install ead $(INSTALLDIR)/usr/sbin 
     40        install ead-client $(INSTALLDIR)/usr/sbin 
     41#       @true 
  • src/router/ead/ead.c

    r12021 r12023  
    383383        struct ead_msg_pong *pong = EAD_DATA(msg, pong); 
    384384        int slen; 
    385         char dev_name[64]        
     385        char dev_name[64];       
    386386        snprintf(dev_name,63,"%s - %s",nvram_safe_get("lan_ipaddr"), nvram_safe_get("router_name")); 
    387387 
  • src/router/libpcap_noring/Makefile

    r12020 r12023  
    9292 
    9393PSRC =  pcap-linux.c  
    94 FSRC =  fad-getad.c 
     94FSRC =  fad-gifc.c 
    9595SSRC =   
    9696CSRC =  pcap.c inet.c gencode.c optimize.c nametoaddr.c \ 
Note: See TracChangeset for help on using the changeset viewer.