Ver código fonte

It is not OK to ALWAYS include ntfs-3g

Ulf Samuelsson 17 anos atrás
pai
commit
f3b5e67179
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      package/ntfs-3g/ntfs-3g.mk

+ 2 - 2
package/ntfs-3g/ntfs-3g.mk

@@ -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