projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b965dab
)
busybox: fix dependency on librpc (#14636)
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 31 Jan 2014 12:28:29 +0000
(12:28 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 31 Jan 2014 12:28:29 +0000
(12:28 +0000)
SVN-Revision: 39434
package/utils/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/busybox/Makefile
b/package/utils/busybox/Makefile
index cf4f1f2060fa21fe90e75b7cb43410ba2b0dfbb9..94bc620d87b4f514b6b832e8bb1f8820ead8c930 100644
(file)
--- a/
package/utils/busybox/Makefile
+++ b/
package/utils/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_
ENABLE_NFS_MOUNT
:librpc
+ DEPENDS:=+BUSYBOX_
CONFIG_FEATURE_MOUNT_NFS
:librpc
MENU:=1
endef