From: Florian Fainelli Date: Sun, 16 Nov 2008 16:30:30 +0000 (+0000) Subject: Add missing dependency to wifidog, thanks florida (#4132). X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=86478eaee40a70ac797ac21c258749b196950b44;p=openwrt%2Fsvn-archive%2Fpackages.git Add missing dependency to wifidog, thanks florida (#4132). SVN-Revision: 13232 --- diff --git a/net/wifidog/Makefile b/net/wifidog/Makefile index 9c7b8b327..ced6324e4 100644 --- a/net/wifidog/Makefile +++ b/net/wifidog/Makefile @@ -24,7 +24,7 @@ define Package/wifidog SUBMENU:=Captive Portals SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat +libpthread + DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat +iptables-mod-nat-extra +libpthread TITLE:=A wireless captive portal solution URL:=http://www.wifidog.org endef