It is not OK to ALWAYS include ntfs-3g

This commit is contained in:
Ulf Samuelsson 2007-11-26 07:13:50 +00:00
parent 309600e11d
commit f3b5e67179

View File

@ -77,6 +77,6 @@ ntfs-3g-dirclean:
# Toplevel Makefile options
#
#############################################################
#ifeq ($(strip $(BR2_PACKAGE_NTFS-3G)),y)
ifeq ($(strip $(BR2_PACKAGE_NTFS-3G)),y)
TARGETS+=ntfs-3g
#endif
endif