Brent Cook writes: in packages/smartmontools/smartmontools.mk

s/BR2_PACKAGE_TAR/BR2_PACKAGE_SMARTMONTOOLS/

Thanks!
This commit is contained in:
Bernhard Reutner-Fischer 2006-01-24 22:31:46 +00:00
parent 1c3d3d2ffe
commit 83e44e63f3

View file

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