projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e25adc
)
busybox: simplify conditional dependency on librpc
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Apr 2011 01:56:05 +0000
(
01:56
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Apr 2011 01:56:05 +0000
(
01:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26430
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
08acc37
..
84d7099
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
This page took
0.025247 seconds
and
4
git commands to generate.