From 17e4d48f59e5e594602e79f93e2fe5f3a2238f50 Mon Sep 17 00:00:00 2001 From: "Scott V. Kamp" Date: Sat, 10 Apr 2010 04:13:56 +0000 Subject: [PATCH 1/1] [patchteam] modified patch added missing ipt_REDIRECT from initialize.fw SVN-Revision: 20772 --- 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 055b57f24d..a6f7129bed 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 -- 2.30.2