From: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 31 Jan 2014 12:28:29 +0000 (+0000)
Subject: busybox: fix dependency on librpc (#14636)
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c85705ce8dee363f2ff5c4b0e8f82416a8c4416f;p=openwrt%2Fstaging%2Fneocturne.git

busybox: fix dependency on librpc (#14636)

SVN-Revision: 39434
---

diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index cf4f1f2060..94bc620d87 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -37,7 +37,7 @@ define Package/busybox
   MAINTAINER:=Nicolas Thill <nico@openwrt.org>
   TITLE:=Core utilities for embedded Linux
   URL:=http://busybox.net/
-  DEPENDS:=+BUSYBOX_ENABLE_NFS_MOUNT:librpc
+  DEPENDS:=+BUSYBOX_CONFIG_FEATURE_MOUNT_NFS:librpc
   MENU:=1
 endef