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