blob: d982863e47dd19dc3afc1752a4a1e4529e1dc224 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#############################################################
#
# smartmontools
#
#############################################################
SMARTMONTOOLS_VERSION = 5.40
SMARTMONTOOLS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/smartmontools
$(eval $(call AUTOTARGETS,package,smartmontools))
|