projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
disable kmod-ip6tables if netfilter ipv6 support is disabled
[openwrt.git]
/
package
/
ppp
/
files
/
ifup.pppoe
diff --git
a/package/ppp/files/ifup.pppoe
b/package/ppp/files/ifup.pppoe
index
0f3c14e
..
c7019fc
100644
(file)
--- a/
package/ppp/files/ifup.pppoe
+++ b/
package/ppp/files/ifup.pppoe
@@
-9,6
+9,8
@@
eval "proto=\"\${${type}_proto}\""
exit
}
+mkdir -p /var/lock
+
for module in slhc ppp_generic pppox pppoe; do
/sbin/insmod $module 2>&- >&-
done
This page took
0.022432 seconds
and
4
git commands to generate.