Commit f3b5e671 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

It is not OK to ALWAYS include ntfs-3g

parent 309600e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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