diff options
-rw-r--r-- | package/tvheadend/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/tvheadend/Config.in b/package/tvheadend/Config.in index e6dee3afa..67badce0a 100644 --- a/package/tvheadend/Config.in +++ b/package/tvheadend/Config.in @@ -1,9 +1,9 @@ -comment "tvheadend requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE +comment "tvheadend requires a toolchain with LARGEFILE and IPv6 support" + depends on !BR2_LARGEFILE || !BR2_INET_IPV6 config BR2_PACKAGE_TVHEADEND bool "tvheadend" - depends on BR2_LARGEFILE + depends on BR2_LARGEFILE && BR2_INET_IPV6 select BR2_PACKAGE_DVB_APPS select BR2_PACKAGE_OPENSSL help |