projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
"make distclean" should remove "package/feeds"
[openwrt.git]
/
package
/
pptp
/
files
/
pptp.sh
diff --git
a/package/pptp/files/pptp.sh
b/package/pptp/files/pptp.sh
index
f1c46c9
..
0743082
100644
(file)
--- a/
package/pptp/files/pptp.sh
+++ b/
package/pptp/files/pptp.sh
@@
-23,7
+23,7
@@
setup_interface_pptp() {
# make sure the network state references the correct ifname
scan_ppp "$config"
config_get ifname "$config" ifname
# make sure the network state references the correct ifname
scan_ppp "$config"
config_get ifname "$config" ifname
- uci
set "/var/state/network.$config.ifname=
$ifname"
+ uci
_set_state network "$config" ifname "
$ifname"
config_get mtu "$cfg" mtu
config_get server "$cfg" server
config_get mtu "$cfg" mtu
config_get server "$cfg" server
This page took
0.025852 seconds
and
4
git commands to generate.