diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-05-12 15:05:37 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-05-12 15:05:37 +0200 |
commit | cbb58e2287efb5c9c5d6e6eafbe70f329ff16098 (patch) | |
tree | d33513423133585543ac6cb40d9265099f56cdd4 | |
parent | 8f86f098b6ea868f8d98b4d26df8382dc4047c81 (diff) |
Added avahi dependency. The system is available through piaudio.local
-rw-r--r-- | configs/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/config b/configs/config index 6ff77e9..e6e9126 100644 --- a/configs/config +++ b/configs/config @@ -116,3 +116,6 @@ BR2_PACKAGE_UTIL_LINUX_AGETTY=y BR2_PACKAGE_UTIL_LINUX_FSCK=y BR2_PACKAGE_UTIL_LINUX_MOUNT=y BR2_PACKAGE_UTIL_LINUX_RFKILL=y + +BR2_PACKAGE_AVAHI=y +BR2_PACKAGE_AVAHI_DAEMON=y |