summaryrefslogtreecommitdiffstats
path: root/package/tvheadend/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/tvheadend/Config.in')
-rw-r--r--package/tvheadend/Config.in6
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