Re: busybox udhcp settings/options help

2017-01-29 Thread bch
Thank you for taking the time to reply. Much appreciated. With respect I have no idea what you are talking about :-)That is down to my lack of knowledge obviously. I thought the 'boot_file' parameter was the place to identify the [boot] file name that a TFTP server would send, once

Re: busybox udhcp settings/options help

2017-01-29 Thread Denys Vlasenko
On Thu, Jan 26, 2017 at 10:22 PM, wrote: > Please can anyone explain what the 'boot_file' parameter is specifically > for and what udhcp does with it ? > Also, what is the difference between that 'boot_file' parameter and then the > optional 'opt bootfile '

[PATCH] ash: improve / fix glob expansion

2017-01-29 Thread Felix Fietkau
When using musl libc glob() a very long string can cause glob() to fail, which leads to an out of memory error being raised by ash. This can happen easily if a very long quoted string contains *, even though no glob expansion should ever be performed on it (since it's quoted). Fix this by