From 218aad6e2fb604ec79deff99d1aebc87189f005a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 12 Feb 2007 23:50:40 +0000 Subject: Menuconfig will not treat 'select FOO' as a real dependency thus if BAR depends on FOO and FOO depends on other config options, these dependencies will not be checked. To fix this, we simply emit all of FOO's depends (only real dependencies, no select) for BAR as well. SVN-Revision: 6293 --- package/ntfs-3g/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/ntfs-3g') diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index d48ef3695f..314a52c0ff 100644 --- a/package/ntfs-3g/Makefile +++ b/package/ntfs-3g/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ntfs-3g TITLE:=NTFS-3G - DEPENDS:=+libfuse +fuse-utils @LINUX_2_6 + DEPENDS:=+libfuse +fuse-utils SECTION:=utils CATEGORY:=Utilities DESCRIPTION:=\ -- cgit v1.2.3