mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
netifd: allow ppp based proto handlers to override the connect/disconnect script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28630 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -54,8 +54,8 @@ ppp_generic_setup() {
|
|||||||
json_get_var username username
|
json_get_var username username
|
||||||
json_get_var password password
|
json_get_var password password
|
||||||
|
|
||||||
json_get_var connect connect
|
[ -n "$connect" ] || json_get_var connect connect
|
||||||
json_get_var disconnect disconnect
|
[ -n "$disconnect" ] || json_get_var disconnect disconnect
|
||||||
json_get_var pppd_options pppd_options
|
json_get_var pppd_options pppd_options
|
||||||
|
|
||||||
proto_run_command "$config" /usr/sbin/pppd \
|
proto_run_command "$config" /usr/sbin/pppd \
|
||||||
|
|||||||
Reference in New Issue
Block a user