projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de8f3c
)
[packages] ipmitool: depends on libncurses and libreadline
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:17 +0000
(
00:22
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:17 +0000
(
00:22
+0000)
SVN-Revision: 32312
utils/ipmitool/Makefile
patch
|
blob
|
history
diff --git
a/utils/ipmitool/Makefile
b/utils/ipmitool/Makefile
index e2845400bf22f6d0540d319ada03b58be3ce724b..2a4fd5f77ddb970a0a2f0d23a15655d8e04ac9a2 100644
(file)
--- a/
utils/ipmitool/Makefile
+++ b/
utils/ipmitool/Makefile
@@
-18,7
+18,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/ipmitool
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libopenssl
+ DEPENDS:=+libopenssl
+libncurses +libreadline
TITLE:=IPMI remote computer management utility
URL:=http://ipmitool.sourceforge.net/
endef