From ae5b09c33ee825c70a820cb543530e94d4785965 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 31 Jan 2014 12:28:29 +0000 Subject: [PATCH] busybox: fix dependency on librpc (#14636) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39434 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/utils/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- 2.30.2