projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] kmod-libertas needs kmod-lib80211 to load
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug.d
/
net
/
10-net
diff --git
a/package/base-files/files/etc/hotplug.d/net/10-net
b/package/base-files/files/etc/hotplug.d/net/10-net
index
06e5244
..
f46dcd0
100644
(file)
--- a/
package/base-files/files/etc/hotplug.d/net/10-net
+++ b/
package/base-files/files/etc/hotplug.d/net/10-net
@@
-3,6
+3,12
@@
include /lib/network
addif() {
include /lib/network
addif() {
+ # Ensure that ipv6 is loaded, autoloading happens later but ipv6 might be
+ # required now for interface setup.
+ [ -d /proc/sys/net/ipv6 ] || {
+ grep -q '^ipv6' /etc/modules.d/* && insmod ipv6
+ }
+
# PPP devices are configured by pppd, no need to run setup_interface here
case "$INTERFACE" in
ppp*) return 0;;
# PPP devices are configured by pppd, no need to run setup_interface here
case "$INTERFACE" in
ppp*) return 0;;
This page took
0.019804 seconds
and
4
git commands to generate.