root/trunk/freewrt/package/busybox/patches/300-netmsg.patch

Revision 3296, 3.1 kB (checked in by tg, 5 years ago)

sent these to upstream

  • busybox-1.4.2/include/applets.h

    old new  
    209209USE_MV(APPLET(mv, _BB_DIR_BIN, _BB_SUID_NEVER)) 
    210210USE_NAMEIF(APPLET(nameif, _BB_DIR_SBIN, _BB_SUID_NEVER)) 
    211211USE_NC(APPLET(nc, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 
     212USE_NETMSG(APPLET_NOUSAGE(netmsg, netmsg, _BB_DIR_BIN, _BB_SUID_ALWAYS)) 
    212213USE_NETSTAT(APPLET(netstat, _BB_DIR_BIN, _BB_SUID_NEVER)) 
    213214USE_NICE(APPLET(nice, _BB_DIR_BIN, _BB_SUID_NEVER)) 
    214215USE_NMETER(APPLET(nmeter, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 
  • busybox-1.4.2/networking/Config.in

    old new  
    474474          Add -e (support for executing the rest of the command line after 
    475475          making or receiving a successful connection), -i (delay interval for 
    476476          lines sent), -w (timeout for initial connection). 
     477 
     478config NETMSG 
     479        bool "netmsg" 
     480        default n 
     481        help 
     482          simple program for sending udp broadcast messages 
    477483 
    478484config NETSTAT 
    479485        bool "netstat" 
Note: See TracBrowser for help on using the browser.