BT
5 years ago
committed by
GitHub
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
#!/bin/bash -e |
|||
|
|||
echo "Patching avahi-daemon.conf with fix to bind to specific interfaces" |
|||
|
|||
sed -i "s/#allow-interfaces=eth0/allow-interfaces=eth0,wlan0/g;" "${ROOTFS_DIR}"/etc/avahi/avahi-daemon.conf |
Loading…
Reference in new issue