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:
eb02d14
)
Fix madwifi dependency accordingly
author
Florian Fainelli
<florian@openwrt.org>
Fri, 19 Oct 2007 06:19:20 +0000
(06:19 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 19 Oct 2007 06:19:20 +0000
(06:19 +0000)
SVN-Revision: 9359
net/karma/Makefile
patch
|
blob
|
history
diff --git
a/net/karma/Makefile
b/net/karma/Makefile
index 80f2fdd4eb453a672fe62b70b7ae658f4a0e3ed4..f5608e854418846e1beddface5ddf4a2afa1e8f5 100644
(file)
--- a/
net/karma/Makefile
+++ b/
net/karma/Makefile
@@
-21,7
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/karma
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+kmod-madwifi
-karma
+ruby +libpcap +libncurses
+ DEPENDS:=+kmod-madwifi +ruby +libpcap +libncurses
TITLE:=set of tools for assessing the security of wireless clients
URL:=http://theta44.org/karma/index.html
endef