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 <thomas.lan...@lantiq.com>

---

diff --git a/package/busybox/Config.in b/package/busybox/Config.in
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -23,6 +23,7 @@ config BUSYBOX_USE_LIBRPC
        bool
        depends USE_UCLIBC
        default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC
+       select PACKAGE_librpc

 source "package/busybox/config/Config.in"

diff --git a/package/busybox/Makefile b/package/busybox/Makefile
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -37,7 +37,6 @@ define Package/busybox
   MAINTAINER:=Nicolas Thill <n...@openwrt.org>
   TITLE:=Core utilities for embedded Linux
   URL:=http://busybox.net/
-  DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc
   MENU:=1
 endef

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to