projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5463e92
)
busybox: simplify conditional dependency on librpc
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Apr 2011 01:56:05 +0000
(
01:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Apr 2011 01:56:05 +0000
(
01:56
+0000)
SVN-Revision: 26430
package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index 08acc37208a184b987acd09301245bc539e97087..84d70990a27d931c358295cb0d7f36d3985bbe3b 100644
(file)
--- 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_UCLIB
C:librpc
+ DEPENDS:=+BUSYBOX_
USE_LIBRP
C:librpc
MENU:=1
endef