projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[feeds] add support for darcs-based feeds
[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
42ff29e
..
0886c74
100644
(file)
--- a/
package/base-files/files/etc/hotplug.d/net/10-net
+++ b/
package/base-files/files/etc/hotplug.d/net/10-net
@@
-11,7
+11,7
@@
addif() {
# PPP devices are configured by pppd, no need to run setup_interface here
case "$INTERFACE" in
- ppp*) return 0;;
+ ppp*
|3g-*
) return 0;;
ath*) return 0;;
wlan*) return 0;;
esac
This page took
0.021142 seconds
and
4
git commands to generate.