projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd1ed7
)
base-files: make the skipping of ppp interfaces in 10-net hotplug more explicit,...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 3 Feb 2011 22:34:30 +0000
(22:34 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 3 Feb 2011 22:34:30 +0000
(22:34 +0000)
SVN-Revision: 25354
package/base-files/files/etc/hotplug.d/net/10-net
patch
|
blob
|
history
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 0886c74c59661d7670c509cc7e4662666b2ae9d0..4744a1e8100a8b4c88fe3a33e078320788701839 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*|3g
-*) return 0;;
+
3g-*|ppp-*|pppoa-*|pppoe-*|pptp
-*) return 0;;
ath*) return 0;;
wlan*) return 0;;
esac