From f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 30 Mar 2015 18:07:30 -0300 Subject: packages: remove (non-)lfs dependencies and tweaks Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/ulogd/Config.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/ulogd') diff --git a/package/ulogd/Config.in b/package/ulogd/Config.in index 826a382bc7..709240925a 100644 --- a/package/ulogd/Config.in +++ b/package/ulogd/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_ULOGD bool "ulogd" depends on BR2_INET_IPV6 - depends on BR2_LARGEFILE depends on !BR2_STATIC_LIBS depends on BR2_USE_MMU # ulog support removed for kernels >= 3.17 @@ -16,7 +15,7 @@ config BR2_PACKAGE_ULOGD http://www.netfilter.org/projects/ulogd/ -comment "ulogd needs a toolchain w/ IPv6, largefile, dynamic library" - depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || BR2_STATIC_LIBS +comment "ulogd needs a toolchain w/ IPv6, dynamic library" + depends on !BR2_INET_IPV6 || BR2_STATIC_LIBS depends on BR2_USE_MMU depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 -- cgit v1.2.1