update buildroot to 2017.02.11
This commit is contained in:
12
bsp/buildroot-2017.02.11/package/smartmontools/Config.in
Normal file
12
bsp/buildroot-2017.02.11/package/smartmontools/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_SMARTMONTOOLS
|
||||
bool "smartmontools"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Control and monitor storage systems using S.M.A.R.T.
|
||||
|
||||
http://smartmontools.sourceforge.net/
|
||||
|
||||
comment "smartmontools needs a toolchain w/ C++"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -0,0 +1,3 @@
|
||||
# From http://sourceforge.net/projects/smartmontools/files/smartmontools/6.5/
|
||||
md5 093aeec3f8f39fa9a37593c4012d3156 smartmontools-6.5.tar.gz
|
||||
sha1 7e788b429534a4ae627858fbcc826b93402cee7e smartmontools-6.5.tar.gz
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# smartmontools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SMARTMONTOOLS_VERSION = 6.5
|
||||
SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION)
|
||||
SMARTMONTOOLS_LICENSE = GPLv2+
|
||||
SMARTMONTOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user