projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b274f
)
fix ppp interface enumeration - don't enumerate already processed interfaces
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Aug 2008 22:19:42 +0000
(22:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Aug 2008 22:19:42 +0000
(22:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12416
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ppp/files/ppp.sh
patch
|
blob
|
history
diff --git
a/package/ppp/files/ppp.sh
b/package/ppp/files/ppp.sh
index
87872e0
..
6b8ad9c
100644
(file)
--- a/
package/ppp/files/ppp.sh
+++ b/
package/ppp/files/ppp.sh
@@
-2,7
+2,7
@@
scan_ppp() {
config_get ifname "$1" ifname
pppdev="${pppdev:-0}"
config_get unit "$1" unit
- [ -z "$unit" ] && {
+ [ -z "$unit"
-a "${ifname%%[0-9]*}" != ppp
] && {
config_set "$1" ifname "ppp$pppdev"
config_set "$1" unit "$pppdev"
pppdev="$(($pppdev + 1))"