generic-poky/meta/recipes-core/busybox
yadi.hu@windriver.com 7e8ca6fb18 BusyBox: Fixing broadcast address is not fed and rightly initialized
When using udhcpc along with ip command(/sbin/ip), broadcast address is not
assigned. Broadcast address is successfully assigned when using udhcpc without
ip command existence.

with ip command:
    $ifconfig eth0|grep Bcast
          inet addr:128.224.162.141  Bcast:0.0.0.0  Mask:255.255.254.0
    $
without ip command:
    $ifconfig eth0|grep Bcast
          inet addr:128.224.162.141  Bcast:128.224.163.255  Mask:255.255.254.0
    $

/etc/udhcp.d/50default[simple.script] is called to set ip address by dhcp
client, In case of ifconfig, it doesn't care of it's existence because it
will automatically calculate broadcast address then assign it if there is
no broadcast option. However in case of ip command, it requires broadcast
address statically.

(From OE-Core rev: 666c6a126cd12d2555361f5b573b6a26437df780)

Signed-off-by: Hu <yadi.hu@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-11-04 10:27:10 +00:00
..
busybox fixup 2014-08-23 23:01:59 +01:00
files BusyBox: Fixing broadcast address is not fed and rightly initialized 2014-11-04 10:27:10 +00:00
busybox.inc busybox: handle syslog related files properly 2014-06-14 08:43:55 +01:00
busybox_1.22.1.bb busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE) 2014-08-23 23:01:59 +01:00
busybox_git.bb busybox: upgrade to stable 1.22.1 2014-02-02 11:22:12 +00:00