Changeset 7584
- Timestamp:
- 08/02/07 10:01:35 (6 years ago)
- File:
-
- 1 edited
-
src/router/rc/resetbutton.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/resetbutton.c
r7535 r7584 1 /*2 */3 1 4 2 #include <stdio.h> … … 421 419 { 422 420 eval ("wl", "radio", "on"); 421 #ifndef HAVE_BUFFALO 423 422 syslog (LOG_DEBUG, 424 423 "SES /AOSS /EZ-setup button: turning radio on\n"); 424 #else 425 syslog (LOG_DEBUG, 426 "AOSS button: turning radio on\n"); 427 #endif 425 428 } 426 429 #endif … … 447 450 { 448 451 eval ("wl", "radio", "off"); 452 #ifndef HAVE_BUFFALO 449 453 syslog (LOG_DEBUG, 450 454 "SES /AOSS /EZ-setup button: turning radio off\n"); 455 #else 456 syslog (LOG_DEBUG, 457 "AOSS button: turning radio off\n"); 458 #endif 451 459 } 452 460 #endif
Note: See TracChangeset
for help on using the changeset viewer.
