From 92066048f531f21495f4fe528d06469826dc72ce Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Apr 2011 01:56:05 +0000 Subject: busybox: simplify conditional dependency on librpc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26430 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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 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 -- cgit v1.2.3