summaryrefslogtreecommitdiff
path: root/package/utils
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-01-31 12:28:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-01-31 12:28:29 +0000
commitc85705ce8dee363f2ff5c4b0e8f82416a8c4416f (patch)
tree4acf8f6164a6cd9c23dd2ad079d8ff1fbf7fe9ed /package/utils
parentb965dab1480e29fdd32260b6b2254e83e37c04fc (diff)
downloadmtk-20170518-c85705ce8dee363f2ff5c4b0e8f82416a8c4416f.zip
mtk-20170518-c85705ce8dee363f2ff5c4b0e8f82416a8c4416f.tar.gz
mtk-20170518-c85705ce8dee363f2ff5c4b0e8f82416a8c4416f.tar.bz2
busybox: fix dependency on librpc (#14636)
SVN-Revision: 39434
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index cf4f1f2..94bc620 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