From d3222862f62ebe80c0cb4b680e6fb46c03cc5706 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 14 Jan 2013 13:55:37 +0000 Subject: package/tvheadend: requires IPv6 Fixes autobuild failure: http://autobuild.buildroot.org/results/40cc7428b25afe3cddae50ec2098ee43127a2f41/ Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- package/tvheadend/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/tvheadend/Config.in') 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 -- cgit v1.2.3