projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update hostapd patches to the latest from http://johannes.sipsolutions.net/patches...
[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
9b72338
..
77eb6da
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,11
@@
include /lib/network
addif() {
+ # PPP devices are configured by pppd, no need to run setup_interface here
+ case "$INTERFACE" in
+ ppp*) return 0;;
+ esac
+
scan_interfaces
local cfg="$(find_config "$INTERFACE")"
This page took
0.023697 seconds
and
4
git commands to generate.