root/trunk/freewrt/package/busybox/patches/010-buildfix-ether-wake.patch

Revision 3294, 0.5 kB (checked in by tg, 5 years ago)

add comments to some of the diffs

  • busybox-1.4.0/networking/ether-wake.c

    old new  
    224224        } else if (ether_hostton(hostid, eaddr) == 0) { 
    225225                bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr)); 
    226226#else 
    227 # warning Need to implement ether_hostton() for uClibc 
     227//# warning Need to implement ether_hostton() for uClibc 
    228228#endif 
    229229        } else 
    230230                bb_show_usage(); 
Note: See TracBrowser for help on using the browser.