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:
9a9808d
)
Add missing dependency (#939)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 13 Nov 2006 22:48:51 +0000
(22:48 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 13 Nov 2006 22:48:51 +0000
(22:48 +0000)
SVN-Revision: 5526
net/wifidog/Makefile
patch
|
blob
|
history
diff --git
a/net/wifidog/Makefile
b/net/wifidog/Makefile
index 5105b142a0cc903a55c393e4c4c57ba85a9bbf6c..7e27c3ed8cc14d451c3b371f76675ea77cd7e7d1 100644
(file)
--- a/
net/wifidog/Makefile
+++ b/
net/wifidog/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/wifidog
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+iptables-mod-extra
+ DEPENDS:=+iptables-mod-extra
+iptables-mod-ipopt
TITLE:=A wireless captive portal solution
DESCRIPTION:=\
The Wifidog project is a complete and embeddable captive \\\