busybox: simplify conditional dependency on librpc
[openwrt/openwrt.git] / package / busybox / Makefile
index 08acc37208a184b987acd09301245bc539e97087..84d70990a27d931c358295cb0d7f36d3985bbe3b 100644 (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_CONFIG_FEATURE_HAVE_RPC&&USE_UCLIBC:librpc
+  DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc
   MENU:=1
 endef