1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:33:16 +03:00
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4435 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-08-04 08:43:04 +00:00
parent 4c102c1828
commit 56b6f102af

View File

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