bluez-utils: Fix ability to automatically ifup the transitory ppp connection for bluetooth dund devices.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13620 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -63,7 +63,7 @@ dund_config() {
|
||||
append_string "$cfg" pppdopts ""
|
||||
config_get ifn "$cfg" interface
|
||||
if [ -n "$ifn" ]; then
|
||||
config_get unit "$ifn" unit
|
||||
config_get unit "$cfg" unit
|
||||
[ -z "$unit" ] || append args "unit $unit ipparam $ifn linkname $ifn"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user