aboutsummaryrefslogtreecommitdiffstats
path: root/package/ntfs-3g
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
commit73f9c65d775c5a317352398c42341701df5b6efa (patch)
treec431c31cd684066e1b64ccc5016cf027a15da252 /package/ntfs-3g
parentb3e2982d277d755a0d35a8f7bd1e9c55bcae0d2b (diff)
downloadmaster-187ad058-73f9c65d775c5a317352398c42341701df5b6efa.tar.gz
master-187ad058-73f9c65d775c5a317352398c42341701df5b6efa.tar.bz2
master-187ad058-73f9c65d775c5a317352398c42341701df5b6efa.zip
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
Diffstat (limited to 'package/ntfs-3g')
-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 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:=\