wifidog / wifidog-gateway

Repository for the wifidog-gateway captive portal designed for embedded systems
GNU General Public License v2.0
760 stars 320 forks source link

Cannot satisfy the following dependencies for wifidog #33

Closed julor closed 10 years ago

julor commented 10 years ago

I compile the lastest wifidog-gateway successfully,however,when using 'opkg install' command,come across following error: Collected errors:

Model:TP-Link TL-WR841N/ND v7 Firmware Version:OpenWrt Barrier Breaker 14.07 / LuCI Trunk (0.12+svn-r10530) Kernel Version:3.10.49

Any advice?

florida63 commented 10 years ago

Since r30676 iptables-mod-conntrack and iptables-mod-nat are folded into the default package iptables to save on storage memory https://dev.openwrt.org/changeset/30676/

The dependence "iptables-mod-nat" is not present in https://dev.openwrt.org/browser/packages/net/wifidog/Makefile. Which version of makefile you used?

For "OpenWrt Barrier Breaker", your makefile should only possess the following dependencies. DEPENDS: = + iptables-mod-extra + iptables-mod-IPOPT + iptables-mod-nat-extra + libpthread

julor commented 10 years ago

https://github.com/wifidog/wifidog-gateway/blob/master/contrib/build-openwrt-kamikazeipk8.09up/wifidog/Makefile

thx

florida63 commented 10 years ago

uses https://dev.openwrt.org/browser/packages/net/wifidog/Makefile.

I let you close the ticket