busybox: simplify conditional dependency on librpc
SVN-Revision: 26430
This commit is contained in:
parent
5463e92657
commit
4717461455
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ define Package/busybox
|
||||||
MAINTAINER:=Nicolas Thill <nico@openwrt.org>
|
MAINTAINER:=Nicolas Thill <nico@openwrt.org>
|
||||||
TITLE:=Core utilities for embedded Linux
|
TITLE:=Core utilities for embedded Linux
|
||||||
URL:=http://busybox.net/
|
URL:=http://busybox.net/
|
||||||
DEPENDS:=+BUSYBOX_CONFIG_FEATURE_HAVE_RPC&&USE_UCLIBC:librpc
|
DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue