Changeset 8684
- Timestamp:
- 12/25/07 21:18:20 (5 years ago)
- Location:
- src/router
- Files:
-
- 2 edited
-
rc/services.c (modified) (8 diffs)
-
services/networking/madwifi.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/services.c
r8676 r8684 92 92 handle = start_service_nofree ("telnetd", handle); 93 93 #endif 94 #ifndef HAVE_WRK54G 94 95 handle = start_service_nofree ("syslog", handle); 96 #endif 95 97 #ifdef HAVE_TFTP 96 98 handle = start_service_nofree ("tftpd", handle); … … 98 100 handle = start_service_nofree ("httpd", handle); 99 101 handle = start_service_nofree ("udhcpd", handle); 102 #ifdef HAVE_DNSMASQ 100 103 handle = start_service_nofree ("dnsmasq", handle); 101 104 #endif 102 105 #if defined(HAVE_BIRD) || defined(HAVE_QUAGGA) 103 106 handle = start_service_nofree ("zebra", handle); … … 196 199 handle = stop_service_nofree ("tftpd", handle); 197 200 #endif 201 #ifndef HAVE_WRK54G 198 202 handle = stop_service_nofree ("syslog", handle); 203 #endif 199 204 #ifdef HAVE_OLSRD 200 205 handle = stop_service_nofree ("olsrd", handle); … … 306 311 #endif 307 312 handle = startstop_nofree ("udhcpd", handle); 313 #ifdef HAVE_DNSMASQ 308 314 handle = startstop_nofree ("dnsmasq", handle); 315 #endif 309 316 #ifndef HAVE_MADWIFI 310 317 handle = start_service_nofree ("nas", handle); … … 375 382 #endif 376 383 handle = startstop_nofree ("udhcpd", handle); 384 #ifndef HAVE_WRK54G 377 385 handle = startstop_nofree ("syslog", handle); 386 #endif 378 387 #ifdef HAVE_RSTATS 379 388 handle = startstop_nofree ("rstats", handle); … … 386 395 handle = startstop_nofree ("pppoeserver", handle); 387 396 #endif 397 #ifdef HAVE_DNSMASQ 388 398 handle = startstop_nofree ("dnsmasq", handle); 399 #endif 389 400 handle = startstop_nofree ("udhcpd", handle); 390 401 #ifdef HAVE_CPUTEMP … … 419 430 #endif 420 431 handle = startstop_nofree ("firewall", handle); 432 #ifndef HAVE_WRK54G 421 433 handle = startstop_nofree ("syslog", handle); 434 #endif 422 435 #ifdef HAVE_NEWMEDIA 423 436 handle = startstop_nofree ("openvpnserversys", handle); … … 534 547 handle = stop_service_nofree ("cron", handle); 535 548 handle = startstop_nofree ("firewall", handle); 549 #ifndef HAVE_WRK54G 536 550 handle = startstop_nofree ("syslog", handle); 551 #endif 537 552 handle = startstop_nofree ("wshaper", handle); 538 553 handle = start_service_nofree ("cron", handle); -
src/router/services/networking/madwifi.c
r8683 r8684 1257 1257 } 1258 1258 1259 if (useif) 1260 set_netmode (wif, dev, useif); 1261 set_netmode (wif, dev, dev); 1259 1262 1260 1263 … … 1423 1426 1424 1427 set_rate (dev); 1428 if (useif) 1429 set_netmode (wif, dev, useif); 1430 set_netmode (wif, dev, dev); 1425 1431 1426 1432 if (strcmp (m, "sta"))
Note: See TracChangeset
for help on using the changeset viewer.
