Kaynağa Gözat

Brent Cook writes: in packages/smartmontools/smartmontools.mk
s/BR2_PACKAGE_TAR/BR2_PACKAGE_SMARTMONTOOLS/

Thanks!

Bernhard Reutner-Fischer 19 yıl önce
ebeveyn
işleme
83e44e63f3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      package/smartmontools/smartmontools.mk

+ 1 - 1
package/smartmontools/smartmontools.mk

@@ -72,6 +72,6 @@ smartmontools-dirclean:
 # Toplevel Makefile options
 #
 #############################################################
-ifeq ($(strip $(BR2_PACKAGE_TAR)),y)
+ifeq ($(strip $(BR2_PACKAGE_SMARTMONTOOLS)),y)
 TARGETS+=smartmontools
 endif