diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-03 01:56:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-03 01:56:05 +0000 |
commit | 4717461455c4ec396fafbc1e22d35279d547675f (patch) | |
tree | edf084a6614bd5819a9ecafde12df8414978f461 /package | |
parent | 5463e9265733f1c86147fe3788023d6bf7108da5 (diff) | |
download | upstream-4717461455c4ec396fafbc1e22d35279d547675f.tar.gz upstream-4717461455c4ec396fafbc1e22d35279d547675f.tar.bz2 upstream-4717461455c4ec396fafbc1e22d35279d547675f.zip |
busybox: simplify conditional dependency on librpc
SVN-Revision: 26430
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/Makefile | 2 |
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 |