Re: [ptxdist] [PATCH v2] iputils: fix select statements

2014-02-12 Thread Michael Olbrich
On Mon, Feb 10, 2014 at 08:49:56AM +0100, Alexander Aring wrote: > Iputils builds always all tools with the default env's in Makefile. > We can't disable or enable this during compile time. So we need always > these dependencies. I solved that differently by not building everything. Please test.

[ptxdist] [PATCH v2] iputils: fix select statements

2014-02-09 Thread Alexander Aring
Iputils builds always all tools with the default env's in Makefile. We can't disable or enable this during compile time. So we need always these dependencies. Also fix add missing dependencies for busybox on menuentries. Signed-off-by: Alexander Aring --- Changes since v2: - Add missing busybox