mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:43:43 +02:00
[package] fix double g typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14887 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f32d404081
commit
d9c1ede81f
@ -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" \
|
||||||
|
Loading…
Reference in New Issue
Block a user