add workaround for ppp-on-boot issues, fixes #2524

SVN-Revision: 9722
This commit is contained in:
Felix Fietkau 2007-12-13 05:50:24 +00:00
parent 0f0a49c98f
commit 084c9abec3
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ start_pppd() {
return 0 return 0
} }
# Workaround: sometimes hotplug2 doesn't deliver the hotplug event for creating
# /dev/ppp fast enough to be used here
[ -e /dev/ppp ] || mknod /dev/ppp c 108 0
config_get device "$cfg" device config_get device "$cfg" device
config_get unit "$cfg" unit config_get unit "$cfg" unit
config_get username "$cfg" username config_get username "$cfg" username