busybox: fix dependency on librpc (#14636)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39434 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2014-01-31 12:28:29 +00:00
parent 4f194911d3
commit 004cf6a87c

View File

@@ -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