summaryrefslogtreecommitdiffstats
path: root/package/smartmontools
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-24 22:31:46 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-24 22:31:46 +0000
commit83e44e63f39cff2b18ba620ba238b3eb9e07a07e (patch)
treeaf8c22eed0a10f4a4d8bbecb3d2893c1c6093703 /package/smartmontools
parent1c3d3d2ffe3d5fe1f65ed7ecb343bcf427bfc3be (diff)
downloadbuildroot-novena-83e44e63f39cff2b18ba620ba238b3eb9e07a07e.tar.gz
buildroot-novena-83e44e63f39cff2b18ba620ba238b3eb9e07a07e.zip
Brent Cook writes: in packages/smartmontools/smartmontools.mk
s/BR2_PACKAGE_TAR/BR2_PACKAGE_SMARTMONTOOLS/ Thanks!
Diffstat (limited to 'package/smartmontools')
-rw-r--r--package/smartmontools/smartmontools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk
index 2b2c39072..a7c1ccb68 100644
--- a/package/smartmontools/smartmontools.mk
+++ b/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