fix netfilter modules loaded in initialize.fw,
bump release number
SVN-Revision: 2559
PKG_NAME:=nocatsplash
PKG_VERSION:=0.92
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MD5SUM:=e0fcc0effe52e63bc31070d16d0b4a81
PKG_SOURCE_URL:=http://wifi.rulez.org/~josephus/
Package: nocatsplash
Priority: optional
Section: net
-Depends: iptables-extra, glib1
+Depends: glib1, iptables-mod-ipopt, iptables-mod-nat
Description: NoCatSplash is an Open Public Network Gateway Daemon.
It performs as a [captive/open/active] portal. When run on a gateway/router
on a network, all web requests are redirected until the client either logs
- ip_conntrack ipt_mac ipt_state ipt_mark; do
-
- modprobe $module
-+for module in ipt_TOS ipt_mac; do
++for module in ipt_REDIRECT ipt_TOS ipt_mac; do
+ insmod $module
done