Commit 83e44e63 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

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

s/BR2_PACKAGE_TAR/BR2_PACKAGE_SMARTMONTOOLS/

Thanks!
parent 1c3d3d2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,6 +72,6 @@ smartmontools-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_TAR)),y)
ifeq ($(strip $(BR2_PACKAGE_SMARTMONTOOLS)),y)
TARGETS+=smartmontools
endif