[package] fix double g typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14887 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2009-03-15 13:40:11 +00:00
parent b8ad8242ad
commit 162ce43538
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ setup_interface_pptp() {
config_get ifname "$config" ifname config_get ifname "$config" ifname
uci_set_state network "$config" ifname "$ifname" uci_set_state network "$config" ifname "$ifname"
config_get mtu "$configg" mtu config_get mtu "$config" mtu
mtu=${mtu:-1452} mtu=${mtu:-1452}
start_pppd "$config" \ start_pppd "$config" \
pty "/usr/sbin/pptp $server --loglevel 0 --nolaunchpppd" \ pty "/usr/sbin/pptp $server --loglevel 0 --nolaunchpppd" \