From 8905815ad95050f3f5136cf2328cf452a9fc656e Mon Sep 17 00:00:00 2001 From: dingo Date: Sat, 10 Apr 2010 04:13:56 +0000 Subject: [PATCH] [patchteam] modified patch added missing ipt_REDIRECT from initialize.fw git-svn-id: svn://svn.openwrt.org/openwrt/packages@20772 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nocatsplash/patches/001-openwrt_firewall.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nocatsplash/patches/001-openwrt_firewall.patch b/net/nocatsplash/patches/001-openwrt_firewall.patch index 055b57f24..a6f7129be 100644 --- a/net/nocatsplash/patches/001-openwrt_firewall.patch +++ b/net/nocatsplash/patches/001-openwrt_firewall.patch @@ -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_TOS ipt_mac ipt_REDIRECT; do + insmod $module done