bluez-utils: added the pppdopts configuration option for dund
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9031 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -67,6 +67,8 @@ dund_config() {
|
||||
append_bool "$cfg" msdun "--msdun"
|
||||
append_bool "$cfg" activesync "--activesync"
|
||||
append_bool "$cfg" cache "--cache"
|
||||
|
||||
append_string "$cfg" pppdopts ""
|
||||
config_get_bool enabled "$cfg" "enabled" '1'
|
||||
[ "$enabled" -gt 0 ] && /usr/bin/dund $args
|
||||
}
|
||||
|
Reference in New Issue
Block a user