1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

busybox: simplify conditional dependency on librpc

SVN-Revision: 26430
This commit is contained in:
Felix Fietkau 2011-04-03 01:56:05 +00:00
parent 5463e92657
commit 4717461455

View 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