[Buildroot] [git commit] busybox: add 1.19.4 / 1.20.2 fixes

Emmanuel BOUAZIZ ebouaziz at neotion.com
Wed Jan 30 14:48:05 UTC 2013



On 09/04/2012 01:08 PM, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=9ec1c5d9d31b4f377c91a0451efd3ba67416d6f8
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
> ---
>  .../busybox-1.19.4/busybox-1.19.4-udhcp.patch      |  164 ++++++++++++++++++++
>  .../busybox-1.20.2/busybox-1.20.2-kernel_ver.patch |   25 +++
>  2 files changed, 189 insertions(+), 0 deletions(-)
> 
> diff --git a/package/busybox/busybox-1.19.4/busybox-1.19.4-udhcp.patch b/package/busybox/busybox-1.19.4/busybox-1.19.4-udhcp.patch
> new file mode 100644
> index 0000000..94d5f34
> --- /dev/null
> +++ b/package/busybox/busybox-1.19.4/busybox-1.19.4-udhcp.patch

> [...]

> + //TODO: must be combined with 'sname' and 'file' handling:
> +-	{ OPTION_STRING                           , 0x42 }, /* DHCP_TFTP_SERVER_NAME */
> ++	{ OPTION_STRING_HOST                      , 0x42 }, /* DHCP_TFTP_SERVER_NAME */
> + 	{ OPTION_STRING                           , 0x43 }, /* DHCP_BOOT_FILE     */

> [...]
> 

Hi,

I don't know what this patch is for, but it breaks the TFTP_SERVER_NAME option for me. The $tftp variable now contains
"bad" instead or the TFTP server name (I use it in udhcpc.script). When I remove the patch, it works fine again.

regards,

-- 
Emmanuel


More information about the buildroot mailing list