mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 23:04:06 +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>
|
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 New Issue
Block a user