Changeset 8684


Ignore:
Timestamp:
12/25/07 21:18:20 (5 years ago)
Author:
BrainSlayer
Message:

i hope thats the last commit for rc6

Location:
src/router
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/rc/services.c

    r8676 r8684  
    9292  handle = start_service_nofree ("telnetd", handle); 
    9393#endif 
     94#ifndef HAVE_WRK54G 
    9495  handle = start_service_nofree ("syslog", handle); 
     96#endif 
    9597#ifdef HAVE_TFTP 
    9698  handle = start_service_nofree ("tftpd", handle); 
     
    98100  handle = start_service_nofree ("httpd", handle); 
    99101  handle = start_service_nofree ("udhcpd", handle); 
     102#ifdef HAVE_DNSMASQ 
    100103  handle = start_service_nofree ("dnsmasq", handle); 
    101  
     104#endif 
    102105#if defined(HAVE_BIRD) || defined(HAVE_QUAGGA) 
    103106  handle = start_service_nofree ("zebra", handle); 
     
    196199  handle = stop_service_nofree ("tftpd", handle); 
    197200#endif 
     201#ifndef HAVE_WRK54G 
    198202  handle = stop_service_nofree ("syslog", handle); 
     203#endif 
    199204#ifdef HAVE_OLSRD 
    200205  handle = stop_service_nofree ("olsrd", handle); 
     
    306311#endif 
    307312  handle = startstop_nofree ("udhcpd", handle); 
     313#ifdef HAVE_DNSMASQ 
    308314  handle = startstop_nofree ("dnsmasq", handle); 
     315#endif 
    309316#ifndef HAVE_MADWIFI 
    310317  handle = start_service_nofree ("nas", handle); 
     
    375382#endif 
    376383  handle = startstop_nofree ("udhcpd", handle); 
     384#ifndef HAVE_WRK54G 
    377385  handle = startstop_nofree ("syslog", handle); 
     386#endif 
    378387#ifdef HAVE_RSTATS 
    379388  handle = startstop_nofree ("rstats", handle); 
     
    386395  handle = startstop_nofree ("pppoeserver", handle); 
    387396#endif 
     397#ifdef HAVE_DNSMASQ 
    388398  handle = startstop_nofree ("dnsmasq", handle); 
     399#endif 
    389400  handle = startstop_nofree ("udhcpd", handle); 
    390401#ifdef HAVE_CPUTEMP 
     
    419430#endif 
    420431  handle = startstop_nofree ("firewall", handle); 
     432#ifndef HAVE_WRK54G 
    421433  handle = startstop_nofree ("syslog", handle); 
     434#endif 
    422435#ifdef HAVE_NEWMEDIA 
    423436  handle = startstop_nofree ("openvpnserversys", handle); 
     
    534547  handle = stop_service_nofree ("cron", handle); 
    535548  handle = startstop_nofree ("firewall", handle); 
     549#ifndef HAVE_WRK54G 
    536550  handle = startstop_nofree ("syslog", handle); 
     551#endif 
    537552  handle = startstop_nofree ("wshaper", handle); 
    538553  handle = start_service_nofree ("cron", handle); 
  • src/router/services/networking/madwifi.c

    r8683 r8684  
    12571257    } 
    12581258 
     1259  if (useif) 
     1260    set_netmode (wif, dev, useif); 
     1261  set_netmode (wif, dev, dev); 
    12591262 
    12601263 
     
    14231426 
    14241427  set_rate (dev); 
     1428  if (useif) 
     1429    set_netmode (wif, dev, useif); 
     1430  set_netmode (wif, dev, dev); 
    14251431 
    14261432  if (strcmp (m, "sta")) 
Note: See TracChangeset for help on using the changeset viewer.