From 15a91b9b114a53cb5af77a6c3cc077aea7b2f47e Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 8 Aug 2010 22:01:40 +0000 Subject: [PATCH] [packages] ntfs-3g: remove defaults overrides, use coherent DEPENDS SVN-Revision: 22550 --- utils/ntfs-3g/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/utils/ntfs-3g/Makefile b/utils/ntfs-3g/Makefile index 56aa548ccf..6ad0752d43 100644 --- a/utils/ntfs-3g/Makefile +++ b/utils/ntfs-3g/Makefile @@ -50,8 +50,7 @@ endef define Package/ntfs-3g $(call Package/ntfs-3g/common) - DEPENDS:= +kmod-fuse +PACKAGE_NTFS-3G_USE_LIBFUSE:libfuse - DEPENDS+= +libpthread + DEPENDS+= +kmod-fuse +PACKAGE_NTFS-3G_USE_LIBFUSE:libfuse +libpthread endef define Package/ntfs-3g/description @@ -70,7 +69,6 @@ endef define Package/ntfs-3g/config config PACKAGE_NTFS-3G_USE_LIBFUSE bool "use external FUSE library, selects package libfuse" - default n depends on PACKAGE_ntfs-3g ---help--- Ntfs-3g by default uses a minimalized lite version of FUSE. @@ -83,7 +81,6 @@ endef define Package/ntfs-3g-utils $(call Package/ntfs-3g/common) TITLE:=ntfs-3g utilities (ntfs-3g.secaudit, ntfs-3g.usermap) - DEFAULT:=n DEPENDS+= +ntfs-3g endef @@ -100,7 +97,6 @@ endef define Package/mount.ntfs-3g $(call Package/ntfs-3g/common) TITLE:=ntfs-3g mount helper - DEFAULT:=y DEPENDS+= +ntfs-3g endef -- 2.30.2