aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
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
commit92066048f531f21495f4fe528d06469826dc72ce (patch)
tree09b51c73f0253dd07ac18ee2d3f75203e9e1cb62 /package/busybox
parentfa8238455e1274aeb6842b945a0e38cd31fdba3b (diff)
downloadupstream-92066048f531f21495f4fe528d06469826dc72ce.tar.gz
upstream-92066048f531f21495f4fe528d06469826dc72ce.tar.bz2
upstream-92066048f531f21495f4fe528d06469826dc72ce.zip
busybox: simplify conditional dependency on librpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26430 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-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