summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-12 23:50:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-12 23:50:40 +0000
commit218aad6e2fb604ec79deff99d1aebc87189f005a (patch)
tree176be51fecdbc75b42e373d8cf95d0a994b0b565 /package
parent59accbecf56ea856c0428dcf85d693134eda8320 (diff)
downloadmtk-20170518-218aad6e2fb604ec79deff99d1aebc87189f005a.zip
mtk-20170518-218aad6e2fb604ec79deff99d1aebc87189f005a.tar.gz
mtk-20170518-218aad6e2fb604ec79deff99d1aebc87189f005a.tar.bz2
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
Diffstat (limited to 'package')
-rw-r--r--package/ntfs-3g/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile
index d48ef36..314a52c 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:=\