From: Paul Donald Date: Sat, 10 Feb 2024 21:02:58 +0000 (+0100) Subject: p910nd: init: partial fix for openwrt/packages#10496 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b5b755a73698c6a5a850f74c0d7f4e48613d8841;p=feed%2Fpackages.git p910nd: init: partial fix for openwrt/packages#10496 Harmless to carry this fix until procd.sh adds the param This parameter will mean umdns advertises not just "OpenWrt" but a more appropriate string: "Apple LaserWriter Pro 630" Signed-off-by: Paul Donald (cherry picked from commit 60be0017753364069c044dd591b3ef1e0e3f8438) --- diff --git a/net/p910nd/files/p910nd.init b/net/p910nd/files/p910nd.init index b8ce991590..092a918ab0 100644 --- a/net/p910nd/files/p910nd.init +++ b/net/p910nd/files/p910nd.init @@ -83,7 +83,7 @@ start_p910nd() { [ -n "$mdns_ver" ] && set -- "$@" "usb_VER=$mdns_ver" # Call procd_add_mdns with the positional parameters - procd_add_mdns "$@" + MDNS_INSTANCE_NAME="$mdns_ty" procd_add_mdns "$@" fi procd_close_instance fi