mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
busybox: fix ip reference in simple.script
The ip is being installed into /sbin as of the latest busybox. (From OE-Core rev: 222ae6001db286d66462c6334f7f054ca727b7be) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3cef1294f2
commit
e9b5ef1c20
@@ -15,7 +15,7 @@ root_is_nfs() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
have_bin_ip=0
|
have_bin_ip=0
|
||||||
if [ -x /bin/ip ]; then
|
if [ -x /sbin/ip ]; then
|
||||||
have_bin_ip=1
|
have_bin_ip=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user