mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:08:26 +02:00
busybox: simplify conditional dependency on librpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26430 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5e25adcf4a
commit
22cf12e578
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user