Re: [OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-06 Thread thomas.langer
> On 2011-04-05 4:49 PM, Felix Fietkau wrote: > > Hi Thomas, > > > >> This patch fixes a recursive dependency in busybox config. > >> Without, it is not possible to save a diffconfig where > >> BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. > >> > >> Signed-off-by: Thomas Langer > > I think the ma

Re: [OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-05 Thread Felix Fietkau
On 2011-04-05 4:49 PM, Felix Fietkau wrote: Hi Thomas, This patch fixes a recursive dependency in busybox config. Without, it is not possible to save a diffconfig where BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. Signed-off-by: Thomas Langer I think the main problem is that there's no way

Re: [OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-05 Thread Felix Fietkau
Hi Thomas, This patch fixes a recursive dependency in busybox config. Without, it is not possible to save a diffconfig where BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. Signed-off-by: Thomas Langer I think the main problem is that there's no way to specify that the USE_UCLIBC dependency in lib

[OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-05 Thread thomas.langer
This patch fixes a recursive dependency in busybox config. Without, it is not possible to save a diffconfig where BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. Signed-off-by: Thomas Langer --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in --- a/package/busybox/Config.in +++ b