[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
This commit is contained in:
parent
da3529b92b
commit
8905815ad9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user