fix nocatsplash package dependencies (closes: #90), fix netfilter modules loaded...
authorNicolas Thill <nico@openwrt.org>
Mon, 28 Nov 2005 02:48:53 +0000 (02:48 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 28 Nov 2005 02:48:53 +0000 (02:48 +0000)
SVN-Revision: 2559

openwrt/package/nocatsplash/Makefile
openwrt/package/nocatsplash/ipkg/nocatsplash.control
openwrt/package/nocatsplash/patches/openwrt-firewall.patch

index 8820413e4d31d322fbf8228d7dd5d3d8568830a0..7d05e504ee7f6750ef2b143477d7143458cda533 100644 (file)
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nocatsplash
 PKG_VERSION:=0.92
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_MD5SUM:=e0fcc0effe52e63bc31070d16d0b4a81
 
 PKG_SOURCE_URL:=http://wifi.rulez.org/~josephus/
index ec0bfc7e2f47037cd2d9bbe073fe9901845a77f6..95fb0f8c6e4fea369292e12aee8b9a05182d092d 100644 (file)
@@ -1,7 +1,7 @@
 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
index 055b57f24df0aaf495f314294fd8e655322a0188..0486fe6e4791db54b7f59c14edd0bbf2cfa45651 100644 (file)
@@ -12,7 +12,7 @@ diff -urN NoCatSplash-0.92.old/libexec/iptables/initialize.fw NoCatSplash-0.92/l
 -    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