[oe] [meta-networking][PATCH] The ip is being installed into /sbin as of the latest busybox.

Joe MacDonald Joe.MacDonald at windriver.com
Wed Jul 17 19:55:19 UTC 2013


Merged.  Thanks.

-J.

[[meta-networking][PATCH] The ip is being installed into /sbin as of the latest busybox.] On 13.07.16 (Tue 17:53) rongqing.li at windriver.com wrote:

> From: "Roy.Li" <rongqing.li at windriver.com>
> 
> The ip is being installed into /sbin as of the latest busybox, or oe-core.
> 
> Signed-off-by: Roy.Li <rongqing.li at windriver.com>
> ---
>  .../recipes-protocols/zeroconf/zeroconf/debian-zeroconf            |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf b/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
> index c3705d2..0c9d15b 100644
> --- a/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
> +++ b/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
> @@ -35,10 +35,10 @@ done
>  
>  # should we only allocate an address if we do not already have one?
>  if [ -n "$FALLBACK" ]; then
> -    /bin/ip addr show $IFACE scope global | grep -q "inet"
> +    /sbin/ip addr show $IFACE scope global | grep -q "inet"
>      IP=$?
>      if [ $IP -eq 0 ]; then
> -        /bin/ip route add 169.254.0.0/16 dev $IFACE
> +        /sbin/ip route add 169.254.0.0/16 dev $IFACE
>          exit 0
>      fi
>  fi
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130717/78b66ee3/attachment-0002.sig>


More information about the Openembedded-devel mailing list