aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-03 01:56:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-03 01:56:05 +0000
commit4717461455c4ec396fafbc1e22d35279d547675f (patch)
treeedf084a6614bd5819a9ecafde12df8414978f461 /package
parent5463e9265733f1c86147fe3788023d6bf7108da5 (diff)
downloadupstream-4717461455c4ec396fafbc1e22d35279d547675f.tar.gz
upstream-4717461455c4ec396fafbc1e22d35279d547675f.tar.bz2
upstream-4717461455c4ec396fafbc1e22d35279d547675f.zip
busybox: simplify conditional dependency on librpc
SVN-Revision: 26430
Diffstat (limited to 'package')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 08acc37208..84d70990a2 100644
--- a/package/busybox/Makefile
+++ b/package/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_CONFIG_FEATURE_HAVE_RPC&&USE_UCLIBC:librpc
+ DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc
MENU:=1
endef