Ignore:
Timestamp:
08/02/07 10:01:35 (6 years ago)
Author:
eko
Message:

cosmetic /buffalo

File:
1 edited

Legend:

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

    r7535 r7584  
    1 /* 
    2  */ 
    31 
    42#include <stdio.h> 
     
    421419            { 
    422420              eval ("wl", "radio", "on"); 
     421#ifndef HAVE_BUFFALO 
    423422              syslog (LOG_DEBUG, 
    424423                      "SES /AOSS /EZ-setup button: turning radio on\n"); 
     424#else 
     425              syslog (LOG_DEBUG, 
     426                      "AOSS button: turning radio on\n"); 
     427#endif 
    425428            } 
    426429#endif 
     
    447450            { 
    448451              eval ("wl", "radio", "off"); 
     452#ifndef HAVE_BUFFALO 
    449453              syslog (LOG_DEBUG, 
    450454                      "SES /AOSS /EZ-setup button: turning radio off\n"); 
     455#else 
     456              syslog (LOG_DEBUG, 
     457                      "AOSS button: turning radio off\n"); 
     458#endif 
    451459            } 
    452460#endif 
Note: See TracChangeset for help on using the changeset viewer.