From df68e5dff33ca8c321b38e39e8bf82851f4c4d83 Mon Sep 17 00:00:00 2001 From: nbd 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6293 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 d48ef3695..314a52c0f 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