1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00
SVN-Revision: 4435
This commit is contained in:
Felix Fietkau 2006-08-04 08:43:04 +00:00
parent c8b0cd5a5b
commit 1dee38a88e

@ -21,7 +21,7 @@ start_pppd() {
usepeerdns \
defaultroute \
replacedefaultroute \
${username:+username "$username" password "$password"} \
${username:+user "$username" password "$password"} \
linkname "$cfg" \
ipparam "$cfg"
}