patacongo opened a new pull request #696:
URL: https://github.com/apache/incubator-nuttx-apps/pull/696


   ## Summary
   
   DHCPC depends on CONFIG_NET_UDP_BINDTODEVICE in many cases.  Safest thing is 
to just auto-select it whenever DHCPC is selected.
   
   ## Impact
   
   There may be circumstances where CONFIG_NET_UDP_BINDTODEVICE is not needed.
   
       $ find boards/ -name defconfig | xargs grep -l CONFIG_NETUTILS_DHCPC | 
xargs grep -l CONFIG_NET_UDP=y | wc -
            26      26    1496 -
   
       $ find boards/ -name defconfig | xargs grep -l CONFIG_NETUTILS_DHCPC | 
xargs grep -l CONFIG_NET_UDP=y | xargs grep -l BINDTODEVICE | wc -
             6       6     323 -
   
   ## Testing
   
   Only successful configuration and build was verified.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to