瀏覽代碼

It is not OK to ALWAYS include ntfs-3g

Ulf Samuelsson 17 年之前
父節點
當前提交
f3b5e67179
共有 1 個文件被更改,包括 2 次插入2 次删除
  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