[PATCH 2/6] android: use BB_ADDITIONAL_PATH
Denys Vlasenko
vda.linux at googlemail.com
Sun Jun 10 12:27:27 UTC 2012
On Monday 28 May 2012 23:44, Tias Guns wrote:
> Signed-off-by: Tias Guns <tias at ulyssis.org>
> ---
> include/platform.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/platform.h b/include/platform.h
> index d79cc97..f250624 100644
> --- a/include/platform.h
> +++ b/include/platform.h
> @@ -334,6 +334,10 @@ typedef unsigned smalluint;
> # define MAXSYMLINKS SYMLOOP_MAX
> #endif
>
> +#if defined(ANDROID) || defined(__ANDROID__)
> +# define BB_ADDITIONAL_PATH ":/system/sbin:/system/bin:/system/xbin"
> +#endif
> +
>
Applied, thanks!
More information about the busybox
mailing list