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 | 92066048f531f21495f4fe528d06469826dc72ce (patch) | |
tree | 09b51c73f0253dd07ac18ee2d3f75203e9e1cb62 /package/busybox/Makefile | |
parent | fa8238455e1274aeb6842b945a0e38cd31fdba3b (diff) | |
download | master-187ad058-92066048f531f21495f4fe528d06469826dc72ce.tar.gz master-187ad058-92066048f531f21495f4fe528d06469826dc72ce.tar.bz2 master-187ad058-92066048f531f21495f4fe528d06469826dc72ce.zip |
busybox: simplify conditional dependency on librpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26430 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-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 |