Browse Source

busybox: fix dependency on librpc (#14636)

SVN-Revision: 39434
Jo-Philipp Wich 11 years ago
parent
commit
c85705ce8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/utils/busybox/Makefile

+ 1 - 1
package/utils/busybox/Makefile

@@ -37,7 +37,7 @@ define Package/busybox
   MAINTAINER:=Nicolas Thill <[email protected]>
   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